Returns a database list from the server.
procedure GetDatabaseNames(List: TStrings); virtual;
Populates a string list with the names of databases.
Note: Any contents already in the target string list object are eliminated and overwritten by data produced by GetDatabaseNames.