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