FireDAC.Comp.Client.TFDCustomManager.GetDriverNames

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure GetDriverNames(AList: TStrings; AValidate: Boolean = False;  ABaseOnly: Boolean = False);

C++

void __fastcall GetDriverNames(System::Classes::TStrings* AList, bool AValidate = false, bool ABaseOnly = false);

Properties

Type Visibility Source Unit Parent
procedure
function
public
FireDAC.Comp.Client.pas
FireDAC.Comp.Client.hpp
FireDAC.Comp.Client TFDCustomManager

Description

Fills the list with registered driver IDs.

The GetDriverNames method fills an AList with the registered driver IDs. The list will be sorted alphabetically.

Example

FDManager.GetDriverNames(ListBox1.Items);

See Also