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