Occurs after an application finishes repairing a database.
property AfterRepair: TNotifyEvent;
Description
Write an AfterRepair event handler to take specific action immediately after database repairing completes.
For example, an application might close a progress indication form or display a message that repairing a database completed.
|
|