System.Notification.TCustomNotificationCenter.DoScheduleNotification

Aus RAD Studio API Documentation
Wechseln zu: Navigation, Suche

Delphi

procedure DoScheduleNotification(const ANotification: TNotification); virtual;

C++

virtual void __fastcall DoScheduleNotification(TNotification* const ANotification);

Eigenschaften

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


Beschreibung

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

Siehe auch