Datasnap.DSClientRest.TDSRestCachedJSONArray.GetValue

Aus RAD Studio API Documentation
Wechseln zu: Navigation, Suche

Delphi

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

C++

System::Json::TJSONArray* __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 TDSRestCachedJSONArray

Beschreibung

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

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

Siehe auch