Data.Bind.ObjectScope.TBaseObjectBindSource.EOF

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property Eof: Boolean read GetEOF;

C++

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

Properties

Type Visibility Source Unit Parent
property public
Data.Bind.ObjectScope.pas
Data.Bind.ObjectScope.hpp
Data.Bind.ObjectScope TBaseObjectBindSource

Description

Indicates whether the bind source adapter is positioned in the last record.

Read Eof (end of file) to determine if ItemIndex is located in the last record. If Eof is True, the bind source has an adapter and the active record is the last one or there are no records. Eof is False if the ItemIndex is located in any other position.

See Also