System.JSON.TJSONArrayEnumerator.Create

De RAD Studio API Documentation
Aller à : navigation, rechercher

Delphi

constructor Create(const AArray: TJSONArray);

C++

__fastcall TJSONArrayEnumerator(TJSONArray* const AArray);

Propriétés

Type Visibilité  Source Unité  Parent
constructor public
System.JSON.pas
System.JSON.hpp
System.JSON TJSONArrayEnumerator


Description

Create crée un énumérateur de tableau JSON que vous pouvez utiliser pour parcourir les éléments du tableau JSON spécifié.

Voir aussi