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