FireDAC.Phys.ODBCBase.TFDPhysODBCBaseDriverLink.GetDrivers
Delphi
procedure GetDrivers(AList: TStrings);
C++
void __fastcall GetDrivers(System::Classes::TStrings* AList);
Properties
| Type | Visibility | Source | Unit | Parent |
|---|---|---|---|---|
procedure function |
public | FireDAC.Phys.ODBCBase.pas FireDAC.Phys.ODBCBase.hpp |
FireDAC.Phys.ODBCBase | TFDPhysODBCBaseDriverLink |
Description
Returns the list of ODBC driver names.
Use the GetDrivers method to get the list of installed ODBC driver names.
| Parameters | Description |
|---|---|
|
|
A list to fill by the driver names. |