Bde.DBTables.TSession.GetDriverNames

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure GetDriverNames(List: TStrings);

C++

void __fastcall GetDriverNames(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 all Borland Database Engine (BDE) drivers available to the session.

Call GetDriverNames to retrieve the names of all BDE drivers that can be used by a session. List is a string list object, created and maintained by the application, into which to store the driver names.

See Also