EMS.ResourceAPI.TEndpointRequestBody.TryGetValue

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

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

C++

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

Properties

Type Visibility Source Unit Parent
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