REST.Response.Adapter.TRESTResponseJSON.SetJSONValue
Delphi
procedure SetJSONValue(const AValue: TJSONValue; AOwnsValue: Boolean);
C++
void __fastcall SetJSONValue(System::Json::TJSONValue* const AValue, bool AOwnsValue);
プロパティ
| 種類 | 可視性 | ソース | ユニット | 親 | 
|---|---|---|---|---|
| procedure function | public | REST.Response.Adapter.pas REST.Response.Adapter.hpp | REST.Response.Adapter | TRESTResponseJSON | 
説明
JSON 値を AValue に設定し、変更についてサブスクライバに通知します。
AOwnsValue に True を指定すると、デストラクタは JSON 値を解放します。