System.Notification.TCustomNotificationCenter.CancelAll
Delphi
procedure CancelAll;
C++
void __fastcall CancelAll();
プロパティ
種類 | 可視性 | ソース | ユニット | 親 |
---|---|---|---|---|
procedure function |
public | System.Notification.pas System.Notification.hpp |
System.Notification | TCustomNotificationCenter |
説明
アプリケーションのすべての通知をキャンセルします。
CancelAll は、アプリケーションのすべての通知をキャンセルします。これについては、それらがスケジュールされていても、繰り返し間隔が設定されていても、または、Action Center、Notification Center、Notification Drawer にすでに表示されていても構いません。
通知のキャンセルについても情報を確認してください。
関連項目
- System.Notification.TCustomNotificationCenter.CancelNotification
- System.Notification.TCustomNotificationCenter.Create
- System.Notification.TCustomNotificationCenter.CreateNotification
- System.Notification.TCustomNotificationCenter.PresentNotification
- System.Notification.TCustomNotificationCenter.ScheduleNotification