FireDAC.Phys.ODBCBase.TFDPhysODBCBaseDriverLink.GetDrivers

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

Delphi

procedure GetDrivers(AList: TStrings);

C++

void __fastcall GetDrivers(System::Classes::TStrings* AList);

プロパティ

種類 可視性 ソース ユニット
procedure
function
public
FireDAC.Phys.ODBCBase.pas
FireDAC.Phys.ODBCBase.hpp
FireDAC.Phys.ODBCBase TFDPhysODBCBaseDriverLink

説明

ODBC ドライバ名のリストを返します。

GetDrivers メソッドを使用すると、インストールされた ODBC ドライバ名のリストを取得することができます。

パラメータ 説明

AList: TStrings

ドライバ名で埋めるリスト

関連項目