Data.Bind.DBScope.TCustomBindScopeDB.GetEOF

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function GetEOF: 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 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.

See Also