Unit 'SQLDB' Package
[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] [#fcl]

TConnectionDef.LoadFunction

Return a function to call when the client library must be loaded.

Declaration

Source position: sqldb.pp line 824

class function TConnectionDef.LoadFunction: TLibraryLoadFunction; virtual;

Function result

The function to call when the client library must be loaded.

Description

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.

See also

TLibraryLoadFunction

  

Library loading function prototype.

TConnectionDef.UnLoadFunction

  

Return a function to call when the client library must be unloaded.

TConnectionDef.DefaultLibraryName

  

Default library name.

TConnectionDef.LoadedLibraryName

  

Currently loaded library.


Documentation generated on: Jul 24 2023