Data.DBXCommonTable.TDBXActiveTableReaderList.IsEos

From RAD Studio API Documentation
Jump to: navigation, search

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

Delphi

function IsEos: Boolean;

C++

bool __fastcall IsEos();

Description

Protected getter for the Eos property.

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

See Also