Datasnap.DSClientRest.IDSRestCachedCommand.GetCommand

Aus RAD Studio API Documentation
Wechseln zu: Navigation, Suche

Delphi

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

C++

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

Eigenschaften

Typ Sichtbarkeit Quelle Unit Übergeordnet
function public
Datasnap.DSClientRest.pas
Datasnap.DSClientRest.hpp
Datasnap.DSClientRest IDSRestCachedCommand

Beschreibung

Definiert die GetCommand-Methode.

GetCommand definiert die in der Klasse TDSRestCachedItem implementierte GetCommand-Methode.

Siehe auch