Data.DBXCommonTable.TDBXActiveTableReaderList.IsEos

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function IsEos: Boolean;

C++

bool __fastcall IsEos();

Properties

Type Visibility Source Unit Parent
function protected
Data.DBXCommonTable.pas
Data.DBXCommonTable.hpp
Data.DBXCommonTable TDBXActiveTableReaderList

Description

Protected getter for the Eos property.

IsEos is the protected getter implementation for the Eos property. It is used internally.

See Also