[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] |
Library loading function prototype
Source position: sqldb.pp line 719
type TLibraryLoadFunction = function( |
const S: AnsiString |
):Integer; |
S |
|
Name of the library to load. |
True if the library was succesfully 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 succesfully loaded. It is used in the connection definition.
|
Connection type definition class |
|
|
Default library name |