FireDAC.Comp.Client.TFDCustomManager.GetConnectionNames
| [–] Properties | |
|---|---|
| Type: procedure function
| |
| Visibility: public | |
| Source: FireDAC.Comp.Client.pas FireDAC.Comp.Client.hpp
| |
| Unit: FireDAC.Comp.Client | |
| Parent: TFDCustomManager | |
Delphi
procedure GetConnectionNames(AList: TStrings); overload;
procedure GetConnectionNames(AList: TStrings; ADriverName: string); overload;
C++
void __fastcall GetConnectionNames(System::Classes::TStrings* AList)/* overload */;
void __fastcall GetConnectionNames(System::Classes::TStrings* AList, System::UnicodeString ADriverName)/* overload */;
Description
Fills the list with connection names.
The GetConnectionNames method fills an AList list with the connection names. The list will be sorted alphabetically.