FireDAC.Phys.Intf.IFDPhysManager.CreateConnection
[–] Properties | |
---|---|
Type: procedure function
| |
Visibility: public | |
Source: FireDAC.Phys.Intf.pas FireDAC.Phys.Intf.hpp
| |
Unit: FireDAC.Phys.Intf | |
Parent: IFDPhysManager |
Delphi
procedure CreateConnection(const AConDef: IFDStanConnectionDef;
out AConn: IFDPhysConnection; AIntfRequired: Boolean = True); overload;
procedure CreateConnection(const AConDefName: String;
out AConn: IFDPhysConnection; AIntfRequired: Boolean = True); overload;
C++
virtual void __fastcall CreateConnection(const Firedac::Stan::Intf::_di_IFDStanConnectionDef AConDef, /* out */ _di_IFDPhysConnection &AConn, bool AIntfRequired = true) = 0 /* overload */;
virtual void __fastcall CreateConnection(const System::UnicodeString AConDefName, /* out */ _di_IFDPhysConnection &AConn, bool AIntfRequired = true) = 0 /* overload */;
Description
Embarcadero Technologies does not currently have any additional information.