System.JSON.TJSONArray.TEnumerator.GetCurrent

De RAD Studio API Documentation
Aller à : navigation, rechercher

Delphi

function GetCurrent: TJSONValue; inline;

C++

TJSONValue* __fastcall GetCurrent();

Propriétés

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


Description

La méthode Getter pour la propriété Current.

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

Voir aussi