System.JSON.TJSONObject.GetEnumerator

Aus RAD Studio API Documentation
Wechseln zu: Navigation, Suche

Delphi

function GetEnumerator: TEnumerator; inline;

C++

TEnumerator* __fastcall GetEnumerator();

Eigenschaften

Typ Sichtbarkeit Quelle Unit Übergeordnet
function public
System.JSON.pas
System.JSON.hpp
System.JSON TJSONObject

Beschreibung

Gibt einen Enumerator für Paare zurück.

Current ermöglicht den Zugriff auf JSON-Paare mit einer for-in-Schleife. Die Methode gibt die TJSONPairEnumerator-Instanz zurück.

Siehe auch