System.Messaging.TMessageManager.TListenerList.Unsubscribe

From RAD Studio API Documentation
Jump to: navigation, search

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

Properties

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

Description

Embarcadero Technologies does not currently have any additional information.