Datasnap.DSClientRest.TDSRestCachedItem.GetCommand

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

Delphi

function GetCommand(AConnection: TDSRestConnection; AOwnsObject: Boolean = True): TJSONObject;

C++

System::Json::TJSONObject* __fastcall GetCommand(TDSRestConnection* AConnection, bool AOwnsObject = true);

プロパティ

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

説明

GET コマンドをサーバーに発行します。

GetCommand メソッドは、GET コマンドをサーバーに発行します。

関連項目