REST.Response.Adapter.TRESTResponseJSON.GetJSONResponse
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 つの出力パラメータを受け取ります:
- AValue: JSON 値。
- AHasOwner: TRESTResponseJSON がこの JSON 値の所有者かどうかを示す Boolean 値。