System.JSON.TJSONArrayEnumerator.Create

Aus RAD Studio API Documentation
Wechseln zu: Navigation, Suche

Delphi

constructor Create(const AArray: TJSONArray);

C++

__fastcall TJSONArrayEnumerator(TJSONArray* const AArray);

Eigenschaften

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


Beschreibung

Erstellt einen JSON-Array-Enumerator, mit dem Sie durch die Elemente des angegebenen JSON-Arrays iterieren können.

Siehe auch