Bde.DBTables.TSession.GetDatabaseNames
| [–] Properties | |
|---|---|
| Type: procedure function
| |
| Visibility: public | |
| Source: Bde.DBTables.pas Bde.DBTables.hpp
| |
| Unit: Bde.DBTables | |
| Parent: TSession | |
Delphi
procedure GetDatabaseNames(List: TStrings);
C++
void __fastcall GetDatabaseNames(System::Classes::TStrings* List);
Description
Populates a string list with the names of persistent Borland Database Engine (BDE) aliases and the names of all databases components known to the session.
Call GetDatabaseNames to retrieve a sorted, combined list of persistent BDE aliases—those aliases that exist in persistent storage or in the BDE configuration file—and the names of all database components known to the session. List is a string list object, created and maintained by the application, into which to store the database and alias names.