Data.Bind.ObjectScope.TBaseObjectBindSource.BOF

From RAD Studio API Documentation
Jump to: navigation, search

[–] Properties
Type: property
Visibility: public
Source:
Data.Bind.ObjectScope.pas
Data.Bind.ObjectScope.hpp
Unit: Data.Bind.ObjectScope
Parent: TBaseObjectBindSource

Delphi

property BOF: Boolean read GetBOF;

C++

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

Description

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

Read BOF (beginning of file) to determine if ItemIndex is located in the first record. If BOF is True, the bind source has an adapter and the active record is the first one. BOF is also True if there is no active record. BOF is False in all other cases.

See Also