REST.Response.Adapter.TRESTResponseJSON.SetJSONValue

De RAD Studio API Documentation
Aller à : navigation, rechercher

Delphi

procedure SetJSONValue(const AValue: TJSONValue; AOwnsValue: Boolean);

C++

void __fastcall SetJSONValue(System::Json::TJSONValue* const AValue, bool AOwnsValue);

Propriétés

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


Description

Définit la valeur JSON sur AValue et notifie les abonnés du changement.

Si vous spécifiez la valeur de AOwnsValue comme True, le destructeur libérera la valeur JSON.

Voir aussi