Datasnap.DSClientRest.TDSRestClientChannel.Create

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

Delphi

constructor Create(const AChannelId, AServerChannelName: string; AConnection: TDSCustomRestConnection);

C++

__fastcall TDSRestClientChannel(const System::UnicodeString AChannelId, const System::UnicodeString AServerChannelName, TDSCustomRestConnection* AConnection);

プロパティ

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


説明

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

Create メソッドは、TDSRestClientChannel クラスの新しいインスタンスを作成します。 Create を、AChannelIdAServerChannelName、および AConnection パラメータと共に呼び出します。

AChannelId パラメータは、このクライアント チャネル コールバックの一意の識別子を表します。AServerChannelName パラメータは、サーバー チャネル コールバックの一意の名前を表します。AConnection パラメータは、DataSnap REST 接続を表します。

関連項目