FireDAC.Comp.UI.TFDGUIxLoginDialog.GetAllLoginParams

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure GetAllLoginParams;

C++

void __fastcall GetAllLoginParams(void);

Properties

Type Visibility Source Unit Parent
procedure
function
public
FireDAC.Comp.UI.pas
FireDAC.Comp.UI.hpp
FireDAC.Comp.UI TFDGUIxLoginDialog

Description

Fills the Visible Items property.

Use the GetAllLoginParams method to retrieve all the driver parameters that are eligible for modification by the end user and put them into the Visible Items property.

The connection definition must have the DriverID parameter specified.

See Also