System.Messaging.TMessageManager.TListenerList.Subscribe
Delphi
function Subscribe(const AId: TMessageSubscriptionId; const AListener: TMessageListener): TMessageSubscriptionId; overload;
function Subscribe(const AId: TMessageSubscriptionId; const AListenerMethod: TMessageListenerMethod): TMessageSubscriptionId; overload;
C++
TMessageSubscriptionId __fastcall Subscribe(const TMessageSubscriptionId AId, const _di_TMessageListener AListener)/* overload */;
TMessageSubscriptionId __fastcall Subscribe(const TMessageSubscriptionId AId, const TMessageListenerMethod AListenerMethod)/* overload */;
プロパティ
種類 | 可視性 | ソース | ユニット | 親 |
---|---|---|---|---|
function | public | System.Messaging.pas System.Messaging.hpp |
System.Messaging | TListenerList |
説明
このトピックには現在ドキュメントが存在しません。「ノート」を利用してこのトピックの改良について話しあうことができます。