System.JSON.TJSONPairEnumerator.Current

De RAD Studio API Documentation
Aller à : navigation, rechercher

Delphi

property Current: TJSONPair read GetCurrent;

C++

__property TJSONPair* Current = {read=GetCurrent};

Propriétés

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


Description

La paire TJSON en cours.

Current représente la paire TJSON en cours de l'objet TJSONPair énuméré.

Voir aussi