API:Datasnap.DSClientRest.TDSRESTChannelEventItem

De RAD Studio API Documentation
Aller à : navigation, rechercher

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;
};

Propriétés

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

Description

Embarcadero Technologies ne possède pas d'informations supplémentaires pour le moment. Veuillez nous aider à documenter cette rubrique en utilisant la page Discussion !