Show: Delphi
C++
Display Preferences
Data.Bind.DBScope.TCustomBindScopeDB.GetBOF
From XE2 API Documentation
Delphi
function GetBOF: Boolean; virtual;
C++
virtual bool __fastcall GetBOF(void);
Properties
| Type | Visibility | Source | Unit | Parent |
|---|---|---|---|---|
| function | protected | Data.Bind.DBScope.pas Data.Bind.DBScope.hpp |
Data.Bind.DBScope | TCustomBindScopeDB |
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.