Datasnap.DSClientRest.IDSRestCachedCommand.GetCommand

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

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

C++

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

Properties

Type Visibility Source Unit Parent
function public
Datasnap.DSClientRest.pas
Datasnap.DSClientRest.hpp
Datasnap.DSClientRest IDSRestCachedCommand

Description

Defines the GetCommand method.

GetCommand defines the GetCommand method implemented in the TDSRestCachedItem class.

See Also