Data.Bind.Controls.TBindNavigatorController.BOF

Aus RAD Studio API Documentation
Wechseln zu: Navigation, Suche

Delphi

property BOF: Boolean read GetBOF;

C++

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

Eigenschaften

Typ Sichtbarkeit Quelle Unit Übergeordnet
property public
Data.Bind.Controls.pas
Data.Bind.Controls.hpp
Data.Bind.Controls TBindNavigatorController


Beschreibung

Legt fest, ob die Daten in der Datenquelle am Anfang der Datei positioniert werden.

Die Eigenschaft BOF ist True, wenn die Daten in der Datenquelle am Anfang der Datei positioniert werden, ansonsten False.

Siehe auch