Bde.DBTables.TSession.GetDriverNames

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

Delphi

procedure GetDriverNames(List: TStrings);

C++

void __fastcall GetDriverNames(System::Classes::TStrings* List);

プロパティ

種類 可視性 ソース ユニット
procedure
function
public
Bde.DBTables.pas
Bde.DBTables.hpp
Bde.DBTables TSession


説明

セッションで使用可能なすべてのボーランド データベース エンジン(BDE)ドライバの名前を文字列リストに格納します。

GetDriverNames メソッドを呼び出すと、セッションで使用可能なすべての BDE ドライバの名前を取得できます。List パラメータは、アプリケーションで作成および維持管理する文字列リスト オブジェクトで、ここにドライバ名が格納されます。

関連項目