API:Datasnap.DSCommon.TDSClientChannelEventItem

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

  TDSClientChannelEventItem = record
    EventType: TDSCallbackTunnelEventType;
    TunnelId: string;
    Tunnel: TDSClientCallbackChannelManager;
    TunnelChannelName: string;
    CallbackId: string;
    CallbackItem: TDSCallbackItem;
  end;

C++

struct DECLSPEC_DRECORD TDSClientChannelEventItem
{
public:
    TDSCallbackTunnelEventType EventType;
    System::UnicodeString TunnelId;
    TDSClientCallbackChannelManager* Tunnel;
    System::UnicodeString TunnelChannelName;
    System::UnicodeString CallbackId;
    TDSCallbackItem* CallbackItem;
};

Properties

Type Visibility Source Unit Parent
record
struct
public
Datasnap.DSCommon.pas
Datasnap.DSCommon.hpp
Datasnap.DSCommon Datasnap.DSCommon

Description

Embarcadero Technologies does not currently have any additional information. Please help us document this topic by using the Discussion page!