Data.DBXCommon.TDBXConnectionFactory.GetConnectionDriver

From RAD Studio API Documentation
Jump to: navigation, search

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

Delphi

function GetConnectionDriver(const ConnectionName : string) : TDBXDelegateDriver; overload;

C++

TDBXDelegateDriver* __fastcall GetConnectionDriver(const System::UnicodeString ConnectionName)/* overload */;

Description

Gets a TDBXDriver instance for a connection name.

This method gets the associated TDBXDriver instance for the supplied ConnectionName.

Note: Call TDBXDriver.Free when the TDBXDriver is no longer needed.

See Also