System.Notification.TCustomNotificationCenter.CancelAll

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

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 にすでに表示されていても構いません。

通知のキャンセルについても情報を確認してください。

関連項目