RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TIBSQL.GoToFirstRecordOnExecute Property

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

Pascal
property GoToFirstRecordOnExecute: Boolean;
C++
__property Boolean GoToFirstRecordOnExecute;

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. 

 

Copyright(C) 2009 Embarcadero Technologies, Inc. All Rights Reserved.
What do you think about this topic? Send feedback!