Bde.DBTables.TSession.GetDriverParams

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure GetDriverParams(const DriverName: string; List: TStrings);

C++

void __fastcall GetDriverParams(const System::UnicodeString DriverName, 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 parameters for a specified Borland Database Engine (BDE) driver.

Call GetDriverParams to retrieve a list of parameters associated with a specified BDE driver. DriverName is the BDE driver for which to return a parameter list. List is a string list object, created and maintained by the application, into which to store the driver parameters.

The actual number of parameters returned by GetDriverParams depends on the specified driver. For example, for the STANDARD driver used by Paradox and dBASE, returns only a few parameters. For SQL Links drivers multiple parameters are returned.

See Also