[Overview][Constants][Types][Classes][Procedures and functions][Index] |
Get an array enumerator
Source position: fpjson.pp line 401
public function TJSONArray.GetEnumerator: TBaseJSONEnumerator; override; |
The array enumerator
GetEnumerator is overridden in TJSONarray so it returns an array enumerator. The array enumerator will return all the elements in the array, and stores their index in the KeyNum member of TJSONEnum.
|
JSON enumerator loop variable type |
|
|
Return an enumerator for the data |