TIB_CallbackEvent Type

Unit
IB_Components

Declaration

TIB_CallbackEvent = procedure(     IB_Dataset: TIB_Dataset;
                                   Status: TIB_CallbackStatus;
                                   CursorRowNum: longint;
                               var Abort: boolean ) of object;

Description
Event type to process a fetch callback when fetching many records.