Icon OnIndexProgress Event

property OnIndexProgress: TProgressEvent

Usage

The OnIndexProgress event is fired when a new index is added to a table using the AddIndex method. Use the PercentDone parameter to display progress information in your application while the index is being added.

Information The number of times that this event is fired is controlled by the TDBISAMSession ProgressSteps property.
Image