FireDAC.Stan.Intf.TFDConnectionDefParams.ConnectionDef

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

Delphi

property ConnectionDef: String read GetConnectionDef write SetConnectionDef;

C++

__property System::UnicodeString ConnectionDef = {read=GetConnectionDef, write=SetConnectionDef};

プロパティ

種類 可視性 ソース ユニット
property public
FireDAC.Stan.Intf.pas
FireDAC.Stan.Intf.hpp
FireDAC.Stan.Intf TFDConnectionDefParams


説明

接続定義のリストを表します。

ConnectionDefs は、接続定義ファイルから読み込んだ接続定義のリストを表します(ファイルがある場合)。リストは直接操作することができ、接続定義の追加、変更、削除などが行えます。

関連項目