Bde.DBTables.TSession.GetDriverNames

From RAD Studio API Documentation
Jump to: navigation, search

[–] Properties
Type:
procedure
function
Visibility: public
Source:
Bde.DBTables.pas
Bde.DBTables.hpp
Unit: Bde.DBTables
Parent: TSession

Delphi

procedure GetDriverNames(List: TStrings);

C++

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

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