Data.Bind.Controls.TBindNavigatorController.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.Controls.pas
Data.Bind.Controls.hpp
Data.Bind.Controls TBindNavigatorController

Description

Determines whether the position in the data provided by the datasource is at the beginning of the file.

The BOF property is True if the position within the data provided by the datasource is at the beginning of the file, False otherwise.

See Also