Data.Bind.Controls.TBindNavigatorController.Eof

提供: RAD Studio API Documentation
移動先: 案内検索

Delphi

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

C++

__property bool Eof = {read=GetEOF, nodefault};

プロパティ

種類 可視性 ソース ユニット
property public
Data.Bind.Controls.pas
Data.Bind.Controls.hpp
Data.Bind.Controls TBindNavigatorController

説明

データ ソースから提供されるデータの中での位置がファイルの末尾になっているかどうかを示します。


Eof プロパティは、データ ソースから提供されるデータの中での位置がファイルの末尾であれば True に、そうでなければ False になります。

関連項目