Datasnap.DSClientRest.TDSRestCacheCommand.Create

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

Delphi

constructor Create(AConnection: TDSCustomRestConnection);

C++

__fastcall TDSRestCacheCommand(TDSCustomRestConnection* AConnection);

プロパティ

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


説明

TDSRestCacheCommand クラスのインスタンスを作成および初期化します。

Create メソッドは、TDSRestCacheCommand クラスのインスタンスを作成および初期化します。 AConnection パラメータは、DataSnap カスタム REST 接続を示します。

関連項目