[Overview][Constants][Types][Classes][Procedures and functions][Index] |
Return the current value of the enumerator
Source position: fpjson.pp line 64
public property TBaseJSONEnumerator.Current : TJSONEnum |
Current returns the current enumerator value of type TJSONEnum. It is only valid after MoveNext returned True.
|
JSON enumerator loop variable type |
|
|
Base (abstract) object for all JSON based data types |