PgDAC

TCustomDAConnection.GetDatabaseNames Method

Returns a database list from the server.

Class

TCustomDAConnection

Syntax

procedure GetDatabaseNames(List: TStrings); virtual;

Parameters
List
A TStrings descendant that will be filled with database names.

Remarks

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.

See Also

© 1997-2024 Devart. All Rights Reserved. Request Support DAC Forum Provide Feedback