System.JSON.TJSONObject.GetEnumerator

De RAD Studio API Documentation
Aller à : navigation, rechercher

Delphi

function GetEnumerator: TEnumerator; inline;

C++

TEnumerator* __fastcall GetEnumerator();

Propriétés

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


Description

Renvoie un énumérateur pour les paires.

Current autorise l'accès aux paires JSON en utilisant une boucle for-in. La méthode renvoie le TJSONPairEnumerator.

Voir aussi