Datasnap.DSClientRest.TDSRestClientCallback.Create

De RAD Studio API Documentation
Aller à : navigation, rechercher

Delphi

constructor Create(AClientChannel: TDSRestClientChannel; const ACallbackId: string;  AClientCallbackFunction: TDSRestClientCallbackFunction; AChannelNames: TStrings = nil);

C++

__fastcall TDSRestClientCallback(TDSRestClientChannel* AClientChannel, const System::UnicodeString ACallbackId, System::DelphiInterface<System::Sysutils::TFunc__3<System::Json::TJSONValue*,System::UnicodeString,bool> > AClientCallbackFunction, System::Classes::TStrings* AChannelNames);

Propriétés

Type Visibilité  Source Unité  Parent
constructor public
Datasnap.DSClientRest.pas
Datasnap.DSClientRest.hpp
Datasnap.DSClientRest TDSRestClientCallback


Description

Crée une nouvelle instance de la classe TDSRestClientCallback.

La méthode Create crée une nouvelle instance de la classe TDSRestClientCallback.

Le paramètre AClientChannel spécifie le callback du canal client. Le paramètre ACallbackId représente l'identificateur du callback. Le paramètre AClientCallbackFunction spécifie une fonction callback du client DataSnap REST.

Voir aussi