EMS.Services.IEMSResourceResponseContent.TryGetArray

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function TryGetArray(out AJSONArray: TJSONArray): Boolean;

C++

virtual bool __fastcall TryGetArray(/* out */ System::Json::TJSONArray* &AJSONArray) = 0 ;

Properties

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

Description

If the response content is a valid JSON array, TryGetArray fills AJSONArray with the response content as an instance of TJSONArray and returns True. TryGetArray returns False otherwise.

See Also