FireDAC.Comp.Client.TFDCustomManager.GetConnectionDefNames

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure GetConnectionDefNames(AList: TStrings);

C++

void __fastcall GetConnectionDefNames(System::Classes::TStrings* AList);

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 the existing connection definition names.

The GetConnectionDefNames method fills AList with the names of the connection definitions in the ConnectionDefs list. The list will be sorted alphabetically.

Example

FDManager.GetConnectionDefNames(ListBox1.Items);