REST.Response.Adapter.TRESTResponseJSON.GetJSONResponse

De RAD Studio API Documentation
Aller à : navigation, rechercher

Delphi

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

C++

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

Propriétés

Type Visibilité  Source Unité  Parent
procedure
function
protected
REST.Response.Adapter.pas
REST.Response.Adapter.hpp
REST.Response.Adapter TRESTResponseJSON


Description

Obtient la valeur JSON en cours.

GetJSONResponse accepte deux paramètres :

Voir aussi