Data.Bind.ObjectScope.TBindSourceAdapter.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: TBindSourceAdapter

Delphi

property BOF: Boolean read GetBOF;

C++

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

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