System.Messaging.TMessageManager.TListenerList.Subscribe

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

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

説明

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