System.JSON.TJSONArray.TEnumerator.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 TEnumerator


Description

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

Voir aussi