[Overview][Constants][Types][Classes][Procedures and functions][Index] |
Indexed access to sub-items
Source position: fpjson.pp line 154
public property TJSONData.Items[Index: Integer] : TJSONData |
Items allows indexed access to the sub-items of this data. The Index is 0-based, and runs from 0 to Count-1. For simple data types, this function always returns Nil, the complex data type descendents (TJSONArray and TJSONObject) override this method to return the Index-th element in the list.
|
Number of sub-items for this data element |
|
|
Class of TJSONArray |
|
|
Class of TJSONObject |