|
TDataSet.Next
TDataSet |
Top |
| · | Sets the Bof and Eof properties to False.
|
| · | Fetches the next record, positions the cursor on it, and makes it the active record.
|
| · | Fetches any additional records required for display, such as those needed to fill out a grid control.
|
| · | Sets the Eof property to True if the cursor was already on the last record in the dataset.
|
| · | Broadcasts the record change so that data controls and linked detail sets can update.
|