Occurs before an application starts compacting a database file.
property BeforeCompact: TNotifyEvent;
Description
Write a BeforeCompact event handler to take specific action before an application starts compacting a database file.
For example, an application might show a progress indication form or display a message that compacting a database started.
|
|