Data.Bind.ObjectScope.TBindSourceAdapter.GetEOF

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function GetEOF: Boolean; virtual;

C++

virtual bool __fastcall GetEOF();

Properties

Type Visibility Source Unit Parent
function protected
Data.Bind.ObjectScope.pas
Data.Bind.ObjectScope.hpp
Data.Bind.ObjectScope TBindSourceAdapter

Description

Getter method for the EOF property.

GetEOF determines whether the source adapter is positioned in the last record.

The GetEOF method returns True if the active record is the last record or if there are no records. It returns False otherwise.

Note: GetEOF uses the GetCount method that must be overridden by descendant classes.

See Also