REST.Response.Adapter.TRESTResponseJSON.SetJSONValue

提供: RAD Studio API Documentation
移動先: 案内検索

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 に設定し、変更についてサブスクライバに通知します。

AOwnsValueTrue を指定すると、デストラクタは JSON 値を解放します。

関連項目