FireDAC.Comp.UI.TFDGUIxLoginDialog.ConnectionDef

提供: RAD Studio API Documentation
移動先: 案内検索

Delphi

property ConnectionDef: IFDStanConnectionDef read GetConnectionDef write SetConnectionDef;

C++

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

プロパティ

種類 可視性 ソース ユニット
property public
FireDAC.Comp.UI.pas
FireDAC.Comp.UI.hpp
FireDAC.Comp.UI TFDGUIxLoginDialog


説明

変更する接続定義を示します。

ConnectionDef プロパティを使用すると、接続知恵儀の参照を、指定または取得することができます。

ダイアログは、接続定義を使用して、指定されたパラメータを抽出したり、ユーザー パラメータ値を保存することができます。

ダイアログが TFDConnection で使用された場合、接続オブジェクトは、接続定義を自動的に指定します。

関連項目