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

TLibraryLoadFunction

Library loading function prototype.

Declaration

Source position: sqldb.pp line 817

type TLibraryLoadFunction = function(

  const S: AnsiString

):Integer;

Arguments

S

  

Name of the library to load.

Function result

True if the library was successfully loaded.

Description

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.

See also

TConnectionDef

  

Connection type definition class.

TConnectionDef.DefaultLibraryName

  

Default library name.


Documentation generated on: Jul 24 2023