Move to next value in array/object.
Source position: fpjson.pp line 119
public function TBaseJSONEnumerator.MoveNext: Boolean; virtual; abstract; |
True if the move was successful.
MoveNext attempts to move to the next value. This will return True if the move was successful, or False if not. When True is returned, then
|
JSON enumerator loop variable type. |
|
|
Base (abstract) object for all JSON based data types. |