Data.Bind.Controls.TBindNavigatorController.BOF

From RAD Studio API Documentation
Jump to: navigation, search

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

Delphi

property BOF: Boolean read GetBOF;

C++

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

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