Data.Bind.DBScope.TCustomBindScopeDB.GetBOF
[–] Properties | |
---|---|
Type: function | |
Visibility: protected | |
Source: Data.Bind.DBScope.pas | |
Unit: Data.Bind.DBScope | |
Parent: TCustomBindScopeDB |
Delphi
function GetBOF: Boolean; virtual;
Description
Determines whether the dataset is positioned on the first record.
The GetBOF method determines whether the dataset is positioned on the first record. GetBOF returns True if the dataset is positioned on the first record, False otherwise.