Return a function to call when the client library must be loaded.
Source position: sqldb.pp line 837
class function TConnectionDef.LoadFunction: TLibraryLoadFunction; virtual; |
The function to call when the client library must be loaded.
LoadFunction must return the function that will be called when the client library for this connection type must be loaded. This method must be overridden by descendent classes to return a function that will correctly load the client library when a connection of this type is used.
|
Library loading function prototype. |
|
|
Return a function to call when the client library must be unloaded. |
|
|
Default library name. |
|
|
Currently loaded library. |