Data.Bind.Controls.TBindNavigatorController.Eof

Aus RAD Studio API Documentation
Wechseln zu: Navigation, Suche

Delphi

property Eof: Boolean read GetEOF; {Upper case EOF conflicts with C++}

C++

__property bool Eof = {read=GetEOF, 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 Ende der Datei positioniert werden.

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

Siehe auch