Data.DBXCommonTable.TDBXActiveTableReaderList.Eos
Delphi
property Eos: Boolean read IsEos;
C++
__property bool Eos = {read=IsEos, nodefault};
Properties
Type | Visibility | Source | Unit | Parent |
---|---|---|---|---|
property | public | Data.DBXCommonTable.pas Data.DBXCommonTable.hpp |
Data.DBXCommonTable | TDBXActiveTableReaderList |
Description
Used internally.
The Eos property specifies whether the end of the stream was reached. Do not use Eos, because it is used internally.