API:System.Notification.TBaseNotificationCenter.CreateNotification

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function CreateNotification: TNotification; overload;
function CreateNotification(const AName, AAlertBody: string; const AFireDate: TDateTime): TNotification; overload;

C++

TNotification* __fastcall CreateNotification(void)/* overload */;
TNotification* __fastcall CreateNotification(const System::UnicodeString AName, const System::UnicodeString AAlertBody, const System::TDateTime AFireDate)/* overload */;

Properties

Type Visibility Source Unit Parent
function public
System.Notification.pas
System.Notification.hpp
System.Notification TBaseNotificationCenter

Description

Embarcadero Technologies does not currently have any additional information. Please help us document this topic by using the Discussion page!