Icon GetDatabaseNames Method

procedure GetDatabaseNames(List: TStrings)

Call the GetDatabaseNames method to populate a string list with the names of all TDBISAMDatabase 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 GetRemoteDatabaseNames method, which returns a list of databases defined on a database server.
Image