Data.Bind.ObjectScope.TBindSourceAdapter.GetEOF

From RAD Studio API Documentation
Jump to: navigation, search

[–] Properties
Type: function
Visibility: protected
Source:
Data.Bind.ObjectScope.pas
Data.Bind.ObjectScope.hpp
Unit: Data.Bind.ObjectScope
Parent: TBindSourceAdapter

Delphi

function GetEOF: Boolean; virtual;

C++

virtual bool __fastcall GetEOF();

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