Data.Bind.Controls.TBindNavigatorController.Eof
[–] Properties | |
---|---|
Type: property | |
Visibility: public | |
Source: Data.Bind.Controls.pas Data.Bind.Controls.hpp
| |
Unit: Data.Bind.Controls | |
Parent: TBindNavigatorController |
Delphi
property Eof: Boolean read GetEOF; {Upper case EOF conflicts with C++}
C++
__property bool Eof = {read=GetEOF, nodefault};
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.