REST.Response.Adapter.TRESTResponseJSON.HasJSONResponse

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

Delphi

function HasJSONResponse: Boolean;

C++

bool __fastcall HasJSONResponse();

プロパティ

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


説明

JSON レスポンスが存在するかどうかを示します。レスポンス コンテンツのタイプは、常に TJSONValue です。

関連項目