System.Notification.TCustomNotificationCenter.DoScheduleNotification
Delphi
procedure DoScheduleNotification(const ANotification: TNotification); virtual;
C++
virtual void __fastcall DoScheduleNotification(TNotification* const ANotification);
Properties
Type | Visibility | Source | Unit | Parent |
---|---|---|---|---|
procedure function |
protected | System.Notification.pas System.Notification.hpp |
System.Notification | TCustomNotificationCenter |
Description
Schedules a local notification for delivery at a specific date and time.