Data.SqlExpr.GetConnectionNames

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

Delphi

procedure GetConnectionNames(List: TStrings; Driver: string = ''; DesignMode: Boolean = True);

C++

extern DELPHI_PACKAGE void __fastcall GetConnectionNames(System::Classes::TStrings* List, System::UnicodeString Driver = System::UnicodeString(), bool DesignMode = true);

プロパティ

種類 可視性 ソース ユニット
procedure
function
public
Data.SqlExpr.pas
Data.SqlExpr.hpp
Data.SqlExpr Data.SqlExpr


説明

利用可能なすべての接続の名前を文字列リストに追加します。

GetConnectionNames は、List で指定した文字列リストに、利用可能なすべての接続の名前を格納します。

List は文字列リスト オブジェクトです。アプリケーションで作成および保守します。ここに接続の名前が格納されます。

Driver パラメータは、利用可能な接続のドライバを表します。

DesignMode では、設計時(True)と実行時(False)のどちらに名前を取得するかを示します。


関連項目