EMS.Services.IEMSResourceResponseContent.TryGetObject

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

Delphi

function TryGetObject(out AJSONObject: TJSONObject): Boolean;

C++

virtual bool __fastcall TryGetObject(/* out */ System::Json::TJSONObject* &AJSONObject) = 0 ;

プロパティ

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


説明

応答内容が有効な JSON オブジェクトの場合、TryGetObject では、応答内容を TJSONObject のインスタンスとして AJSONObject 引数に格納し、True を返します。そうでない場合、TryGetObjectFalse を返します。

関連項目