System.JSON.TJSONArrayEnumerator.Current

De RAD Studio API Documentation
Aller à : navigation, rechercher

Delphi

property Current: TJSONValue read GetCurrent;

C++

__property TJSONValue* Current = {read=GetCurrent};

Propriétés

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


Description

Valeur JSON du tableau JSON parcouru sur lequel pointe actuellement l'itérateur.

Voir aussi