TIB_DataScan Object
Properties Events

Unit
IB_DataScan

Declaration
TIB_DataScan = class(TIB_Process)

Description
This is a base class that performs a scan of a dataset using an internal... cursor of its own.

Introduced Public Properties
AfterFetchEof  Event in which an action can be taken once all data has been fetched.
AfterFetchRow  Event in which an action can be taken after a row of data has been fetched.
BeforeFetchFirstRow  Event in which an action can be taken before the first row of the data has been fetched.
CloneCursor  This determines whether or not the source cursor will be used directly or if its dataset will be cloned into an internal cursor.
Dataset  Reference to the dataset that is to be scanned.

Introduced Public Events
OnAdjustCursor  This event gives access to the internal cursor that is used to perform the data scan when the source dataset is cloned.