[Overview][Constants][Types][Classes][Procedures and functions][Index] |
Move to next value in array/object
Source position: fpjson.pp line 63
public function TBaseJSONEnumerator.MoveNext: Boolean; virtual; abstract; |
True if the move was succesful
MoveNext attempts to move to the next value. This will return True if the move was succesful, or False if not. When True is returned, then
|
JSON enumerator loop variable type |
|
|
Base (abstract) object for all JSON based data types |