System.JSON.TJSONArrayEnumerator.Create

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

constructor Create(const AArray: TJSONArray);

C++

__fastcall TJSONArrayEnumerator(TJSONArray* const AArray);

Properties

Type Visibility Source Unit Parent
constructor public
System.JSON.pas
System.JSON.hpp
System.JSON TJSONArrayEnumerator

Description

Creates a JSON array enumerator that you can use to iterate through the items of the specified JSON array.

See Also