System.Messaging.TMessageManager.TListenerList.Subscribe

From RAD Studio API Documentation
Jump to: navigation, search

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 */;

Properties

Type Visibility Source Unit Parent
function public
System.Messaging.pas
System.Messaging.hpp
System.Messaging TListenerList

Description

Embarcadero Technologies does not currently have any additional information.