Icon OnOptimizeProgress Event

__property TProgressEvent OnOptimizeProgress

Usage

The OnOptimizeProgress event is fired when a table is optimized using the OptimizeTable method. Use the PercentDone parameter to display progress information in your application while the table is being optimized.

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