[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] |
Is the cursor at the beginning of the data (on the first record)
Source position: db.pas line 1668
public property TDataSet.BOF : Boolean |
BOF returns True if the first record is the first record in the dataset, False otherwise. It will always be True if the dataset is just opened, or after a call to TDataset.First. As soon as TDataset.Next is called, BOF will no longer be true.
|
Indicates whether the last record has been reached. |
|
|
Go to the next record in the dataset. |
|
|
Position the dataset on the first record. |