EPUB | CHM | PDF

TPSQLRestore.Events.OnLog

Top Previous Next

Occurs immediately when atomic operation done.

Syntax:

TLogEvent = procedure (Sender: TObject; const LogMessage: string) of object;
property OnLog: TLogEvent;

Description:

Write a OnLog event handler to take application-specific actions when some atomic restore operation done.

Be aware, LogMessage may contain carriage returns.