Hauptmenü öffnen

RAD Studio API Documentation β

Datasnap.DSClientRest.TDSRestCachedItem.GetJSONValueCallback

Delphi

function GetJSONValueCallback(AConnection: TDSRestConnection; ACallBack: TGetJSONValueCallback;  AOwnsObject: Boolean = True; const ARequestFilter: string = ''): TJSONValue;

C++

System::Json::TJSONValue* __fastcall GetJSONValueCallback(TDSRestConnection* AConnection, _di_TGetJSONValueCallback ACallBack, bool AOwnsObject = true, const System::UnicodeString ARequestFilter = System::UnicodeString());

Eigenschaften

Typ Sichtbarkeit Quelle Unit Übergeordnet
function protected
Datasnap.DSClientRest.pas
Datasnap.DSClientRest.hpp
Datasnap.DSClientRest TDSRestCachedItem

Beschreibung

Gibt eine Callback-Funktion mit dem JSON-Wert zurück.

Mit der Methode GetJSONValueCallback wird eine Callback-Funktion mit dem JSON-Wert zurückgegeben.

Siehe auch