CallbackInc property

Applies to
TIB_Dataset

Declaration
Property CallbackInc : integer;

Description
Determines the increment at which an OnCallback event is triggered.

If it is set to -1 then there will be no process callback at all.

If it is set to 0 then there will only be calls made to Application.ProcessMessages.

If it is set to 1 or higher then there will be a check of the callback timing increment settings to see if a callback should be triggered.

This check is performed every nth fetch processed.