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

GetConnectionList

Return a list of connection definition names.

Declaration

Source position: sqldb.pp line 838

procedure GetConnectionList(

  List: TStrings

);

Arguments

List

  

List to fill with connection names. Will be cleared.

Description

GetConnectionList clears List and fills it with the list of currently known connection type names, as registered with RegisterConnection. The names are the names as returned by TConnectionDef.TypeName

See also

RegisterConnection

  

Register a new connection type for use in the universal connector.

TConnectionDef.TypeName

  

Name of the connection type.


Documentation generated on: Jul 24 2023