IBX.IBSQL.TIBSQL.Bof

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property Bof: Boolean read FBOF;

C++

__property bool Bof = {read=FBOF, 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 beginning of the dataset.

Use the BOF property to determine whether or not a query is at the beginning of the dataset.