REST.Response.Adapter.TRESTResponseJSON.GetJSONResponse

De RAD Studio API Documentation
Révision datée du 27 août 2015 à 07:59 par Tiphaineb (discussion | contributions) (1 version : External Review. LOC-18756)
(diff) ← Version précédente | Voir la version actuelle (diff) | Version suivante → (diff)
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