EMS.Services.IEMSResourceResponseContent.TryGetArray
[–] Properties | |
---|---|
Type: function | |
Visibility: public | |
Source: EMS.Services.pas EMS.Services.hpp
| |
Unit: EMS.Services | |
Parent: IEMSResourceResponseContent |
Delphi
function TryGetArray(out AJSONArray: TJSONArray): Boolean;
C++
virtual bool __fastcall TryGetArray(/* out */ System::Json::TJSONArray* &AJSONArray) = 0 ;
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.