Bde.DBTables.TSession.GetDatabaseNames

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure GetDatabaseNames(List: TStrings);

C++

void __fastcall GetDatabaseNames(System::Classes::TStrings* List);

Properties

Type Visibility Source Unit Parent
procedure
function
public
Bde.DBTables.pas
Bde.DBTables.hpp
Bde.DBTables TSession

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.

See Also