EMS.Services.IEMSResourceResponseContent.TryGetArray

De RAD Studio API Documentation
Aller à : navigation, rechercher

Delphi

function TryGetArray(out AJSONArray: TJSONArray): Boolean;

C++

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

Propriétés

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


Description

Si le contenu de la réponse est un tableau JSON valide, TryGetArray remplit AJSONArray avec ce contenu en tant qu'instance de TJSONArray et renvoie True. Sinon, TryGetArray renvoie False.

Voir aussi