Delphi Database, Delphi Components from ComponentAce
Products Download Order Contact us
TABSDatabase.OnNeedRepair
TABSDatabase
Top 


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".
        © 2003 - 2024 ComponentAce  | .net zip component | barcode for .net | delphi zip component | delphi database Apr 18, 2024