System.JSON.TJSONPairEnumerator

Aus RAD Studio API Documentation
Wechseln zu: Navigation, Suche

System.JSON.TJSONObject.TEnumeratorSystem.TObjectTJSONPairEnumerator

Delphi

TJSONPairEnumerator = class(TJSONObject.TEnumerator)

C++

class PASCALIMPLEMENTATION TJSONPairEnumerator _DEPRECATED_ATTRIBUTE1("Use TJSONObject.TEnumerator")  : public TJSONObject::TEnumerator

Eigenschaften

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


Beschreibung

Enumerator für JSON-Paare.

Die Klasse TJSONPairEnumerator implementiert einen Enumerator für TJSONPair-Objekte. TJSONObject ermöglicht mit TJSONPairEnumerator den Zugriff auf JSON-Paare über eine for-in-Schleife.

Siehe auch