System.Messaging.TMessageManager.TListenerList.Subscribe

De RAD Studio API Documentation
Aller à : navigation, rechercher

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

Propriétés

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

Description

Embarcadero Technologies ne possède pas d'informations supplémentaires pour le moment. Veuillez nous aider à documenter cette rubrique en utilisant la page Discussion !