FireDAC.Phys.TFDPhysManager.GetBaseDriverID

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function GetBaseDriverID(AIndex: Integer): String; overload;
function GetBaseDriverID(const ADriverID: String): String; overload;

C++

System::UnicodeString __fastcall GetBaseDriverID(int AIndex)/* overload */;
System::UnicodeString __fastcall GetBaseDriverID(const System::UnicodeString ADriverID)/* overload */;

Properties

Type Visibility Source Unit Parent
function protected
FireDAC.Phys.pas
FireDAC.Phys.hpp
FireDAC.Phys TFDPhysManager

Description

Embarcadero Technologies does not currently have any additional information.