System.Notification.TCustomNotificationCenter.ScheduleNotification

Aus RAD Studio API Documentation
Wechseln zu: Navigation, Suche

Delphi

procedure ScheduleNotification(const ANotification: TNotification);

C++

void __fastcall ScheduleNotification(TNotification* const ANotification);

Eigenschaften

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


Beschreibung

Plant eine lokale Benachrichtigung für das Senden an einem bestimmten Datum und Zeitpunkt.

Mit dem ANotification-Parameter geben Sie die zu planende TNotification an.

Hier finden Sie weitere Informationen zum Planen von Mitteilungen.

Siehe auch