[Overview][Constants][Types][Classes][Procedures and functions][Index] |
Indexed access to sub-items
Source position: fpjson.pp line 119
public property TJSONData.Items : 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.
Count |
||
|
Class of TJSONArray |
|
|
Class of TJSONObject |