Icon OnRepairLog Event

property OnRepairLog: TLogEvent

Usage

The OnRepairLog event is fired when a table is repaired using the RepairTable method and DBISAM needs to indicate the current status of the repair (such as the start or finish) or an error is found in the integrity of the table. Use the LogMesssage parameter to display repair log information in your application while the table is being repaired or to save the log messages to a file for later viewing.
Image