Data.DBXCommon.TDBXDriver.GetDriverPropertyNames

From RAD Studio API Documentation
Jump to: navigation, search

[–] Properties
Type:
procedure
function
Visibility: public
Source:
Data.DBXCommon.pas
Data.DBXCommon.hpp
Unit: Data.DBXCommon
Parent: TDBXDriver

Delphi

procedure GetDriverPropertyNames(List: TStrings); virtual;

C++

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

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