EMS.Services.IEMSResourceResponseContent.TryGetValue

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

Delphi

function TryGetValue(out AJSONValue: TJSONValue): Boolean;

C++

virtual bool __fastcall TryGetValue(/* out */ System::Json::TJSONValue* &AJSONValue) = 0 ;

プロパティ

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


説明

応答内容が有効な JSON 値の場合、TryGetValue では、応答内容を TJSONValue のインスタンスとして AJSONValue 引数に格納し、True を返します。そうでない場合、TryGetValueFalse を返します。

関連項目