REST.Response.Adapter.TRESTResponseJSON.HasResponseContent

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

Delphi

function HasResponseContent: Boolean;

C++

bool __fastcall HasResponseContent();

プロパティ

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


説明

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

関連項目