FireDAC.Phys.Intf.IFDPhysManager.CreateDriver
[–] Properties | |
---|---|
Type: procedure function
| |
Visibility: public | |
Source: FireDAC.Phys.Intf.pas FireDAC.Phys.Intf.hpp
| |
Unit: FireDAC.Phys.Intf | |
Parent: IFDPhysManager |
Delphi
procedure CreateDriver(const ADriverID: String;
out ADrv: IFDPhysDriver; AIntfRequired: Boolean = True);
C++
virtual void __fastcall CreateDriver(const System::UnicodeString ADriverID, /* out */ _di_IFDPhysDriver &ADrv, bool AIntfRequired = true) = 0 ;
Description
Embarcadero Technologies does not currently have any additional information.