| [Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] | 
Move the current field to the next field in the collection.
Source position: db.pas line 1123
| public function TFieldsEnumerator.MoveNext: Boolean; | 
True if there is a next value, false otherwise.
MoveNext moves the internal pointer to the next field in the fields collection, and returns True if the operation was a success. If no more fields are available, then False is returned.
| 
 | Return the current field |