Attempts to navigate to the next record.
Source position: db.pas line 2001
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. |