System.JSON.TJSONArray.Items
Delphi
property Items[const Index: Integer]: TJSONValue read GetValue; default;
C++
__property TJSONValue* Items[const int Index] = {read=GetValue/*, default*/};
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.