System.Notification.TBaseNotificationCenter.CancelNotification

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

Delphi

procedure CancelNotification(const AName: string);

C++

void __fastcall CancelNotification(const System::UnicodeString AName);

プロパティ

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


説明

スケジュールされたローカル通知の配信をキャンセルします。

AName パラメータに通知の一意の名前を指定する必要があります。

関連項目