EMS.ResourceAPI.TEndpointRequestBody.TryGetValue

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

Delphi

function TryGetValue(out AJSONValue: TJSONValue): Boolean ; virtual; abstract;

C++

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

プロパティ

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


Description

Fills AJSONValue with the body and returns True on success or False otherwise.

See Also