[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] Reference for unit 'SQLDB' (#fcl)

TLibraryLoadFunction

Library loading function prototype

Declaration

Source position: sqldb.pp line 776

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: Jun 23 2021