System.Notification.TBaseNotificationCenter.DoDeleteChannel

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

Delphi

procedure DoDeleteChannel(const AChannelId: string); virtual; abstract;

C++

virtual void __fastcall DoDeleteChannel(const System::UnicodeString AChannelId) = 0 ;

プロパティ

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


説明

ID で指定された通知チャネルを削除します。