FireDAC.Comp.Client.TFDCustomManager.GetConnectionDefNames

From RAD Studio API Documentation
Jump to: navigation, search

[–] Properties
Type:
procedure
function
Visibility: public
Source:
FireDAC.Comp.Client.pas
FireDAC.Comp.Client.hpp
Unit: FireDAC.Comp.Client
Parent: TFDCustomManager

Delphi

procedure GetConnectionDefNames(AList: TStrings);

C++

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

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);