API:Datasnap.DSClientRest.TDSRESTChannelEventItem

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

  TDSRESTChannelEventItem = record
    EventType: TDSRESTChannelEventType;
    ClientChannel: TDSRestClientChannel;
    ClientChannelId: string;
    ClientChannelName: string;
    CallbackId: string;
    Callback: TDSRestClientCallback;
  end;

C++

struct DECLSPEC_DRECORD TDSRESTChannelEventItem
{
public:
    TDSRESTChannelEventType EventType;
    TDSRestClientChannel* ClientChannel;
    System::UnicodeString ClientChannelId;
    System::UnicodeString ClientChannelName;
    System::UnicodeString CallbackId;
    TDSRestClientCallback* Callback;
};

Properties

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

Description

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