FireDAC.Comp.UI.TFDGUIxLoginDialog.ConnectionDef

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property ConnectionDef: IFDStanConnectionDef read GetConnectionDef write SetConnectionDef;

C++

__property Firedac::Stan::Intf::_di_IFDStanConnectionDef ConnectionDef = {read=GetConnectionDef, write=SetConnectionDef};

Properties

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

Description

Specifies the connection definition to modify.

Use the ConnectionDef property to specify or to get a connection definition reference.

The dialog uses the connection definition to retrieve the specified parameters and to save the user parameter values.

When the dialog is used with TFDConnection, the connection object automatically specifies a connection definition.

See Also