FireDAC.Phys.ODBCBase.TFDPhysODBCBaseDriverLink.GetDrivers

From RAD Studio API Documentation
Jump to: navigation, search

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

AList: TStrings

A list to fill by the driver names.

See Also