TIB_Cursor Object
Properties Methods

Unit
IB_Components

Declaration
TIB_Cursor = class(TIB_Dataset)

Description
This component is most ideally used for things like reports or table scans where the data does not need to be buffered and bi-directionally scrollable.

For processing datasets this component is the fastest and most efficient. Use it whenever possible instead of the buffered dataset components.

It is possible to process other DSQL statements with this component like the IB_DSQL component as well.

All native IBO controls except the IB_Grid and IB_CtrlGrid can be used with this component.

Introduced Public Properties
AfterFetchEof  Event that provides notification that the end of the dataset has been reached.
AfterFetchRow  Event that provides notification that a new row has been fetched.

Introduced Public Methods
APIFirst   This method is for doing low-level fetching for even more performance.
APINext   This method is for doing low-level fetching for even more performance.
Next   This method has been slightly specialized to deliver better performance.