System.Notification.TBaseNotificationCenter.DoScheduleNotification

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

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

C++

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

Properties

Type Visibility Source Unit Parent
procedure
function
protected
System.Notification.pas
System.Notification.hpp
System.Notification TBaseNotificationCenter

Description

Schedules a local notification for delivery at a specific date and time.

See Also