First method |
Applies to
TIB_Dataset
Declaration
Procedure First;
Description
Go to the first record in the dataset.
For the IB_Cursor component this will cause the current cursor to be closed
and reopened. So, don't call Open and then First with an IB_Cursor call
Prepare and then First.
With an IB_Query this simply makes the RowNum become 1.