<< Click to Display Table of Contents >> Navigation: Apollo VCL Components > Apollo VCL Component Reference > TApolloConnection > TApolloConnection Methods > GetDatabaseNamesList |
Declaration
function GetDatabaseNamesList: TStringList;
Description
Returns a TStringList filled with the names of the available database aliases on an Apollo Database Server at the currently selected Host address and Port number.
Delphi Example
// Fills a combo box with available DatabaseName aliases
cmbDatabaseList.Items.Assign( ApolloConnection1.GetDatabaseNamesList );
See Also