Library loading function prototype.
Source position: sqldb.pp line 830
type TLibraryLoadFunction = function( |
const S: AnsiString |
):Integer; |
S |
|
Name of the library to load. |
True if the library was successfully loaded.
TLibraryLoadFunction is the function prototype for dynamically loading a library when the universal connection component is used. It receives the name of the library to load (S), and should return True if the library was successfully loaded. It is used in the connection definition.
|
Connection type definition class. |
|
|
Default library name. |