System.Notification.TCustomNotificationCenter.DoScheduleNotification

提供: RAD Studio API Documentation
移動先: 案内検索

Delphi

procedure DoScheduleNotification(const ANotification: TNotification); virtual;

C++

virtual void __fastcall DoScheduleNotification(TNotification* const ANotification);

プロパティ

種類 可視性 ソース ユニット
procedure
function
protected
System.Notification.pas
System.Notification.hpp
System.Notification TCustomNotificationCenter


説明

配信するローカル通知を、特定の日時にスケジュールします。

関連項目