System.Messaging.TMessageManager.TListenerList.Unsubscribe
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 |
説明
このトピックには現在ドキュメントが存在しません。「ノート」を利用してこのトピックの改良について話しあうことができます。