Data.DBXCommon.TDBXIniFileConnectionFactory.GetDriverItems

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: TDBXIniFileConnectionFactory

Delphi

procedure GetDriverItems(Items: TStrings);

C++

void __fastcall GetDriverItems(System::Classes::TStrings* Items);

Description

Adds names of all Drivers in factory to Items list.

GetDriverItems adds the names of all Drivers in the factory to the Items list.

See Also