System.JSON.TJSONArray.Items

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property Items[const Index: Integer]: TJSONValue read GetValue;

C++

__property TJSONValue* Items[const int Index] = {read=GetValue};

Properties

Type Visibility Source Unit Parent
property public
System.JSON.pas
System.JSON.hpp
System.JSON TJSONArray

Description

JSON value from this JSON array that has the specified index.

See Also