Datasnap.DSClientRest.TDSRestCacheCommand.GetCommand

Aus RAD Studio API Documentation
Wechseln zu: Navigation, Suche

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 */;

Eigenschaften

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

Beschreibung

Gibt einen 'GET'-Befehl an den Server aus.

Die Methode GetCommand gibt einen 'GET'-Befehl an den Server aus.

Siehe auch