EMS.Services.IEMSResourceResponseContent.GetArray

De RAD Studio API Documentation
Aller à : navigation, rechercher

Delphi

function GetArray: TJSONArray;

C++

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

Propriétés

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


Description

Renvoie le contenu de la réponse en tant qu'instance de TJSONArray si ce contenu est un tableau JSON valide. Sinon déclenche une exception.

Voir aussi