System.Messaging.TMessageManager.TListenerList.Unsubscribe

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

Delphi

procedure Unsubscribe(const AId: TMessageSubscriptionId); overload;
procedure Unsubscribe(const AListener: TMessageListener); overload;
procedure Unsubscribe(const AListenerMethod: TMessageListenerMethod); overload;

C++

void __fastcall Unsubscribe(const TMessageSubscriptionId AId)/* overload */;
void __fastcall Unsubscribe(const _di_TMessageListener AListener)/* overload */;
void __fastcall Unsubscribe(const TMessageListenerMethod AListenerMethod)/* overload */;

プロパティ

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

説明

このトピックには現在ドキュメントが存在しません。「ノート」を利用してこのトピックの改良について話しあうことができます。