REST.Response.Adapter.TRESTResponseJSON.GetJSONResponse

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

Delphi

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

C++

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

プロパティ

種類 可視性 ソース ユニット
procedure
function
protected
REST.Response.Adapter.pas
REST.Response.Adapter.hpp
REST.Response.Adapter TRESTResponseJSON


説明

現在の JSON 値を取得します。

GetJSONResponse は、2 つの出力パラメータを受け取ります:

関連項目