REST.Response.Adapter.TRESTResponseJSON.GetJSONResponse

Aus RAD Studio API Documentation
Wechseln zu: Navigation, Suche

Delphi

procedure GetJSONResponse(out AValue: TJSONValue; out AHasOwner: Boolean);

C++

void __fastcall GetJSONResponse(/* out */ System::Json::TJSONValue* &AValue, /* out */ bool &AHasOwner);

Eigenschaften

Typ Sichtbarkeit Quelle Unit Übergeordnet
procedure
function
protected
REST.Response.Adapter.pas
REST.Response.Adapter.hpp
REST.Response.Adapter TRESTResponseJSON


Beschreibung

Ermittelt den aktuellen JSON-Wert.

GetJSONResponse akzeptiert zwei out-Parameter:

Siehe auch