IBX.IBSQL.TIBSQL.GoToFirstRecordOnExecute

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property GoToFirstRecordOnExecute: Boolean read FGoToFirstRecordOnExecute  write FGoToFirstRecordOnExecute default True;

C++

__property bool GoToFirstRecordOnExecute = {read=FGoToFirstRecordOnExecute, write=FGoToFirstRecordOnExecute, default=1};

Properties

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

Description

Goes to the first record in the result set upon opening it.

Use the GoToFirstRecordOnExecute property to go to the first record in a result set upon opening it. By default, this property is set to true. GoToFirstRecordOnExecute exists primarily for use in TIBDataSet, which sets this value to false for its internal TIBSQLs.