System.Notification.TCustomNotificationCenter.CreateNotification

Aus RAD Studio API Documentation
Version vom 15. Oktober 2015, 13:03 Uhr von Roxanac (Diskussion | Beiträge) (1 Version: Translated in Trados. LOC-20256)
(Unterschied) ← Nächstältere Version | Aktuelle Version (Unterschied) | Nächstjüngere Version → (Unterschied)
Wechseln zu: Navigation, Suche

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 */;

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