FireDAC.Comp.UI.TFDGUIxLoginDialog.ConnectionDef

From RAD Studio API Documentation
Jump to: navigation, search

[–] Properties
Type: property
Visibility: public
Source:
FireDAC.Comp.UI.pas
FireDAC.Comp.UI.hpp
Unit: FireDAC.Comp.UI
Parent: TFDGUIxLoginDialog

Delphi

property ConnectionDef: IFDStanConnectionDef read GetConnectionDef write SetConnectionDef;

C++

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

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