FireDAC.Comp.Client.TFDCustomManager.GetConnectionDefParams

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 GetConnectionDefParams(const AName: string; AList: TStrings);

C++

void __fastcall GetConnectionDefParams(const System::UnicodeString AName, System::Classes::TStrings* AList);

Description

Fills the list with the connection definition parameters.

The GetConnectionDefParams method fills an AList with the name-value pairs of the AName connection definition in the ConnectionDefs list.

Example

FDManager.GetConnectionDefParams('myconn', ListBox1.Items);

See Also