Icon OnRepairProgress Event

property OnRepairProgress: TSteppedProgressEvent

Usage

The OnRepairProgress event is fired when a table is repaired by executing a REPAIR TABLE SQL statement using the ExecSQL or Open method. Use the Step and PercentDone parameters to display progress information in your application while the table is being repaired.

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