System.JSON.TJSONPairEnumerator.GetCurrent

De RAD Studio API Documentation
Aller à : navigation, rechercher

Delphi

function GetCurrent: TJSONPair; inline;

C++

TJSONPair* __fastcall GetCurrent(void);

Propriétés

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


Description

Obtient la paire TJSON en cours.

Utilisez GetCurrent pour obtenir la paire TJSON de l'objet TJSONPair énuméré. GetCurrent est la méthode de lecture pour la propriété Current.

Voir aussi