Occurs when an application attempts to open a database file for the first time and data corruption is detected.
type TABSOnNeedRepairEvent = procedure(Sender: TObject; var DoRepair: Boolean) of object;
property OnNeedRepair: TABSOnNeedRepairEvent;
Description
OnNeedRepair occurs when an application attempts to open a database file for the first time and data corruption is detected.
Set DoRepair to true if you want to repair the database file and to false if you want to open database file "as is".
|
|