Datasnap.DSClientRest.TDSRestCachedJSONObject.GetValue

Aus RAD Studio API Documentation
Wechseln zu: Navigation, Suche

Delphi

function GetValue(AConnection: TDSRestConnection; AOwnsObject: Boolean = True; const ARequestFilter: string = '')

C++

System::Json::TJSONObject* __fastcall GetValue(TDSRestConnection* AConnection, bool AOwnsObject = true, const System::UnicodeString ARequestFilter = System::UnicodeString());

Eigenschaften

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

Beschreibung

Gibt ein zwischengespeichertes DataSnap-REST-JSON-Objekt zurück.

Die Methode GetValue wird verwendet, um ein zwischengespeichertes DataSnap-REST-JSON-Objekt zurückzugeben.

Siehe auch