System.Messaging.TMessageManager.TListenerWithId

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

TListenerWithId = record

C++

struct DECLSPEC_DRECORD TListenerWithId
{
public:
    int Id;
    _di_TMessageListener Listener;
    TMessageListenerMethod ListenerMethod;
};

Properties

Type Visibility Source Unit Parent
record
struct
protected
System.Messaging.pas
System.Messaging.hpp
System.Messaging TMessageManager

Description

Embarcadero Technologies does not currently have any additional information.