Data.DBXCommonTable.TDBXActiveTableReaderList.Eos

From RAD Studio API Documentation
Jump to: navigation, search

[–] Properties
Type: property
Visibility: public
Source:
Data.DBXCommonTable.pas
Data.DBXCommonTable.hpp
Unit: Data.DBXCommonTable
Parent: TDBXActiveTableReaderList

Delphi

property Eos: Boolean read IsEos;

C++

__property bool Eos = {read=IsEos, nodefault};

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