System.Notification.TCustomNotificationCenter.CreateNotification

Aus RAD Studio API Documentation
Wechseln zu: Navigation, Suche

Delphi

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

C++

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

Eigenschaften

Typ Sichtbarkeit Quelle Unit Übergeordnet
function public
System.Notification.pas
System.Notification.hpp
System.Notification TCustomNotificationCenter


Beschreibung

Erstellt eine Instanz von TNotification und gibt diese zurück.

Sie können diese Methode ohne Parameter aufrufen; die Eigenschaften der erstellten Benachrichtigung haben dann Standardwerte. Andernfalls können Sie AName, AAlertBody und AFireDate übergeben, um die Werte für Name, Nachricht und Auslösungszeitpunkt der erstellten Benachrichtigung festzulegen.

Siehe auch