System.Messaging.TMessageManager.TListenerWithId

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

    TListenerWithId = record
      Id: Integer;
      Listener: TMessageListener;
      ListenerMethod: TMessageListenerMethod;
    end;

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. Please help us document this topic by using the Discussion page!