Datasnap.DSClientRest.TDSRestCacheCommand.GetCommand

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

Delphi

procedure GetCommand(AResponseStreamProc: TDSRestResponseStreamProc); overload;
function GetCommand(AOwnsObject: Boolean = True): TJSONObject; overload;

C++

void __fastcall GetCommand(_di_TDSRestResponseStreamProc AResponseStreamProc)/* overload */;
System::Json::TJSONObject* __fastcall GetCommand(bool AOwnsObject = true)/* overload */;

プロパティ

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


説明

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

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

関連項目