System.JSON.TJSONArrayEnumerator.GetCurrent

De RAD Studio API Documentation
Aller à : navigation, rechercher

Delphi

function GetCurrent: TJSONValue; inline;

C++

TJSONValue* __fastcall GetCurrent(void);

Propriétés

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


Description

Méthode Getter de la propriété Current.

Renvoie la valeur JSON du tableau JSON parcouru sur lequel pointe actuellement l'itérateur.

Voir aussi