FireDAC.Comp.Client.TFDCustomManager.GetDriverNames
| [–] Properties | |
|---|---|
| Type: procedure function
| |
| Visibility: public | |
| Source: FireDAC.Comp.Client.pas FireDAC.Comp.Client.hpp
| |
| Unit: FireDAC.Comp.Client | |
| Parent: TFDCustomManager | |
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);
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);