System.Notification.TBaseNotificationCenter.DoScheduleNotification

Aus RAD Studio API Documentation
Wechseln zu: Navigation, Suche

Delphi

procedure DoScheduleNotification(const ANotification: TNotification); virtual; abstract;

C++

virtual void __fastcall DoScheduleNotification(TNotification* const ANotification) = 0 ;

Eigenschaften

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


Beschreibung

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

Siehe auch