API:Datasnap.DSCommon.TDSClientChannelEventItem

From RAD Studio API Documentation
Jump to: navigation, search

[–] Properties
Type:
record
struct
Visibility: public
Source:
Datasnap.DSCommon.pas
Datasnap.DSCommon.hpp
Unit: Datasnap.DSCommon
Parent: Datasnap.DSCommon

Delphi

TDSClientChannelEventItem = record

C++

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

Description

Embarcadero Technologies does not currently have any additional information.