System.Notification.TCustomNotificationCenter.ScheduleNotification

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure ScheduleNotification(const ANotification: TNotification);

C++

void __fastcall ScheduleNotification(TNotification* const ANotification);

Properties

Type Visibility Source Unit Parent
procedure
function
public
System.Notification.pas
System.Notification.hpp
System.Notification TCustomNotificationCenter

Description

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

Use the ANotification parameter to indicate the TNotification to schedule.

See more information about scheduling notifications.

See Also