Icon GetDatabaseNames Method

procedure GetDatabaseNames(List: TStrings)

Call the GetDatabaseNames method to populate a string list with the names of all TEDBDatabase components linked to the session via their SessionName property. List is a string list object, created and maintained by the application, into which to store the database names.

Information This method is not the same as the GetDatabases method, which returns a list of databases defined in the configuration file pointed to by the TEDBEngine ConfigPath property for local sessions, or the list of databases defined on the ElevateDB Server for remote sessions.
Image