Data.DBXCommon.TDBXDriver.GetDriverPropertyNames

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

Delphi

procedure GetDriverPropertyNames(List: TStrings); virtual;

C++

virtual void __fastcall GetDriverPropertyNames(System::Classes::TStrings* List);

プロパティ

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


説明

ドライバ レベルのプロパティのリストを返します。

GetDriverPropertyNames は、ドライバ レベルのプロパティのリストを返します。 その他の公開プロパティは、「接続のデフォルト」のプロパティです。

関連項目