EMS.Services.IEMSResourceResponseContent.GetObject

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

Delphi

function GetObject: TJSONObject;

C++

virtual System::Json::TJSONObject* __fastcall GetObject() = 0 ;

プロパティ

種類 可視性 ソース ユニット
function public
EMS.Services.pas
EMS.Services.hpp
EMS.Services IEMSResourceResponseContent


説明

応答内容が有効な JSON オブジェクトである場合、応答内容を TJSONObject のインスタンスとして返します。そうでない場合は、例外が発生します。

関連項目