Ouvrir le menu principal

RAD Studio API Documentation β

System.JSON.TJSONPairEnumerator.GetCurrent

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