Data.Bind.ObjectScope.TBindSourceAdapter.BOF

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property BOF: Boolean read GetBOF;

C++

__property bool BOF = {read=GetBOF, nodefault};

Properties

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

Description

Indicates if the source adapter is positioned at the first record.

Read BOF (beginning of file) to determine if ItemIndex is located at the first record.

BOF is True if the active record is the first record, it is False otherwise.

See Also