Data.DBXCommon.TDBXConnectionFactory.GetDriver

De RAD Studio API Documentation
Aller à : navigation, rechercher

Delphi

function GetDriver(const DriverName : string) : TDBXDriver; overload;

C++

TDBXDriver* __fastcall GetDriver(const System::UnicodeString DriverName)/* overload */;

Propriétés

Type Visibilité  Source Unité  Parent
function public
Data.DBXCommon.pas
Data.DBXCommon.hpp
Data.DBXCommon TDBXConnectionFactory

Description

Renvoie l'instance de TDBXDriver pour un nom de pilote.

Cette méthode renvoie une instance de TDBXDriver pour le paramètre DriverName.

Remarque :  Appelle TDBXDriver.Free quand la valeur renvoyée n'est plus nécessaire.

Voir aussi