IBX.IBServices.TIBControlAndQueryService.Eof

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property Eof: boolean read FEof;

C++

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

Properties

Type Visibility Source Unit Parent
property public
IBX.IBServices.pas
IBX.IBServices.hpp
IBX.IBServices TIBControlAndQueryService

Description

Indicates that the end of file has been reached.

Use the Eof property to determine whether the end of the file has been reached.

Note: You must install InterBase 6 to use this feature.