Icon OnVerifyLog Event

property OnVerifyLog: TLogEvent

Usage

The OnVerifyLog event is fired when a table is verified by executing a VERIFY TABLE SQL statement using the ExecSQL or Open method and DBISAM needs to indicate the current status of the verification (such as the start or finish) or an error is found in the integrity of the table. Use the LogMesssage parameter to display verification log information in your application while the table is being verified or to save the log messages to a file for later viewing.
Image