System.Notification.TCustomNotificationCenter.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 TCustomNotificationCenter


説明

スケジュールした通知や、繰り返し通知をキャンセルします。

通知の一意の Name を、AName パラメータで指定します。

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

関連項目