Loads database name history from the registry.
Unit
IbDacVcl
Syntax
procedure GetIBCDatabaseList(ServerIndex: integer; List: TStrings); overload;
Parameters
ServerIndex
Specifies the index of the server name in the server list (starts from 1), for which the database name history will be loaded.
List
Defines the string list, into which the database name list will be populated.
Remarks
In addition, the GetIBCDatabaseList procedure can be used when building a custom connection dialog as it is shown in the IBDAC demo.