Icon OnVerifyProgress Event

property OnVerifyProgress: TSteppedProgressEvent

Usage

Occurs when a table is verified using the VerifyTable 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