[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] |
Return a list of connection definition names.
Source position: sqldb.pp line 740
procedure GetConnectionList( |
List: TStrings |
); |
List |
|
List to fill with connection names. Will be cleared |
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
|
Register a new connection type for use in the universal connector |
|
|
Name of the connection type |