REST.Response.Adapter.TRESTResponseJSON.GetJSONResponse
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:
AValue: Der JSON-Wert.AHasOwner: Ein boolescher Wert, der angibt, ob TRESTResponseJSON der Eigentümer dieses JSON-Werts ist.