FireDAC.Phys.Intf.IFDPhysManager.CreateConnection
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 */;
Properties
Type | Visibility | Source | Unit | Parent |
---|---|---|---|---|
procedure function |
public | FireDAC.Phys.Intf.pas FireDAC.Phys.Intf.hpp |
FireDAC.Phys.Intf | IFDPhysManager |
Description
Embarcadero Technologies does not currently have any additional information.