Data.Bind.Controls.TBindNavigatorController.Eof

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property Eof: Boolean read GetEOF; {Upper case EOF conflicts with C++}

C++

__property bool Eof = {read=GetEOF, nodefault};

Properties

Type Visibility Source Unit Parent
property public
Data.Bind.Controls.pas
Data.Bind.Controls.hpp
Data.Bind.Controls TBindNavigatorController

Description

Determines whether the position in the data provided by the data source is at the end of the file.

The Eof property is True if the position within the data provided by the data source is at the end of the file, False otherwise.

See Also