EMS.ResourceAPI.TEndpointRequestBody.GetArray

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function GetArray: TJSONArray;

C++

System::Json::TJSONArray* __fastcall GetArray();

Properties

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

Description

Returns the body as an instance of TJSONArray or raises an exception.

If GetArray cannot return the body, it raises an EEMSEndpointError exception with the following message:

Body does not contain TJSONArray

See Also