EMS.Services.IEMSResourceResponseContent.GetArray

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function GetArray: TJSONArray;

C++

virtual System::Json::TJSONArray* __fastcall GetArray() = 0 ;

Properties

Type Visibility Source Unit Parent
function public
EMS.Services.pas
EMS.Services.hpp
EMS.Services IEMSResourceResponseContent

Description

Returns the response content as an instance of TJSONArray if the response content is a valid JSON array. It raises an exception otherwise.

See Also