Occurs when an application loads restore library. Syntax: type Description: Write an OnLibraryLoad event handler to take specific actions when an application attempts to load restore library. By default, a FileName equals to 'pg_restore.dll'. Example: This example check database server version and sets FileName parameter depends on it. procedure TForm1.PSQLRestore1LibraryLoad(Sender: TObject; |