OnAdjustCursor Event

Applies to
TIB_DataScan

Declaration
TIB_AdjustCursorEvent = Procedure(Sender: TIB_DataScan; ADataset: TIB_Dataset ) of object;

Description
This event gives access to the internal cursor that is used to perform the data scan when the source dataset is cloned.

It could be used to make alterations to the cloned cursor's SQL statement.