EMS.ResourceAPI.TEndpointRequestBody.TryGetObject

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function TryGetObject(out AJSONObject: TJSONObject): Boolean ; virtual; abstract;

C++

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

Properties

Type Visibility Source Unit Parent
function public
EMS.ResourceAPI.pas
EMS.ResourceAPI.hpp
EMS.ResourceAPI TEndpointRequestBody

Description

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

See Also