IBX.IBSQL.TIBSQL.Eof

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property Eof: Boolean read GetEOF;

C++

__property bool Eof = {read=GetEOF, nodefault};

Properties

Type Visibility Source Unit Parent
property public
IBX.IBSQL.pas
IBX.IBSQL.hpp
IBX.IBSQL TIBSQL

Description

Indicates whether or not a query is at the end of the dataset.

Use the EOF property to determine whether or not a query is at the end of the dataset and whether or not the query returned any result rows.

In addition, if this property is true immediately after the query is opened, then it means that the dataset is empty.