System.Messaging.TMessageManager.TListenerList.Unsubscribe

De RAD Studio API Documentation
Aller à : navigation, rechercher

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

Propriétés

Type Visibilité  Source Unité  Parent
procedure
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 !