Data.DBXCommonTable.TDBXActiveTableReaderList.Eos

From RAD Studio API Documentation
Jump to: navigation, search

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.

See Also