Datasnap.DSClientRest.IDSRestCachedCommand.GetCommand

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

Delphi

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

C++

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

プロパティ

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

説明

GetCommand メソッドを定義します。

IDSRestCachedCommand.GetCommand は、TDSRestCachedItem クラス内で実装される GetCommand を定義します。

関連項目