Data.DBXCommon.TDBXDriver.GetDriverPropertyNames

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure GetDriverPropertyNames(List: TStrings); virtual;

C++

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

Properties

Type Visibility Source Unit Parent
procedure
function
public
Data.DBXCommon.pas
Data.DBXCommon.hpp
Data.DBXCommon TDBXDriver

Description

Returns list of driver level properties.

GetDriverPropertyNames returns a list of driver level properties. All other published properties should be "connection default" properties.

See Also