Data.Bind.DBScope.TCustomBindScopeDB.GetBOF

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function GetBOF: Boolean; virtual;

Properties

Type Visibility Source Unit Parent
function protected Data.Bind.DBScope.pas 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.

See Also