[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] |
Attempts to navigate to the next record
Source position: db.pas line 1774
public function TDataSetEnumerator.MoveNext: Boolean; |
True if the move to the next record was succesful
MoveNext attempts to navigate to the next record. It returns True if the attempt was successful, False if not (EOF is true).
|
Go to the next record in the dataset. |
|
|
Indicates whether the last record has been reached. |