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