System.Notification.TCustomNotificationCenter.ScheduleNotification

From RAD Studio API Documentation
Revision as of 11:58, 23 September 2015 by Carolinag (talk | contribs) (RS-68141)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
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