Icon OnOptimizeProgress Event

property OnOptimizeProgress: TProgressEvent

Usage

The OnOptimizeProgress event is fired when a table is optimized by executing an OPTIMIZE TABLE SQL statement using the ExecSQL or Open 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