Datasnap.DSClientRest.TDSRestClientCallback.Create

提供: RAD Studio API Documentation
移動先: 案内検索

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

プロパティ

種類 可視性 ソース ユニット
constructor public
Datasnap.DSClientRest.pas
Datasnap.DSClientRest.hpp
Datasnap.DSClientRest TDSRestClientCallback


説明

TDSRestClientCallback クラスの新しいインスタンスを作成します。

Create メソッドは、TDSRestClientCallback クラスの新しいインスタンスを作成します。

AClientChannel パラメータは、クライアント チャネル コールバックを示します。 ACallbackId パラメータは、コールバックの識別子を表します。AClientCallbackFunction パラメータは、DataSnap REST クライアント コールバック関数を示します。

関連項目