Data.Bind.DBScope.TCustomBindScopeDB.GetBOF

From RAD Studio API Documentation
Jump to: navigation, search

[–] 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.

See Also