System.Notification.TCustomNotificationCenter.ScheduleNotification
Delphi
procedure ScheduleNotification(const ANotification: TNotification);
C++
void __fastcall ScheduleNotification(TNotification* const ANotification);
プロパティ
種類 | 可視性 | ソース | ユニット | 親 |
---|---|---|---|---|
procedure function |
public | System.Notification.pas System.Notification.hpp |
System.Notification | TCustomNotificationCenter |
説明
配信するローカル通知を、特定の日時にスケジュールします。
ANotification
パラメータを使用すると、スケジュールする TNotification を指定することができます。
通知のスケジュールについても情報を確認してください。
関連項目
- System.Notification.TCustomNotificationCenter.CancelAll
- System.Notification.TCustomNotificationCenter.CancelNotification
- System.Notification.TCustomNotificationCenter.Create
- System.Notification.TCustomNotificationCenter.CreateNotification
- System.Notification.TCustomNotificationCenter.PresentNotification