FireDAC.Phys.TFDPhysManager.CreateConnection

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure CreateConnection(const AConnectionDef: IFDStanConnectionDef;  out AConn: IFDPhysConnection; AIntfRequired: Boolean = True); overload;
procedure CreateConnection(const AConDefName: String;  out AConn: IFDPhysConnection; AIntfRequired: Boolean = True); overload;

C++

void __fastcall CreateConnection(const Firedac::Stan::Intf::_di_IFDStanConnectionDef AConnectionDef, /* out */ Firedac::Phys::Intf::_di_IFDPhysConnection &AConn, bool AIntfRequired = true)/* overload */;
void __fastcall CreateConnection(const System::UnicodeString AConDefName, /* out */ Firedac::Phys::Intf::_di_IFDPhysConnection &AConn, bool AIntfRequired = true)/* overload */;

Properties

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

Description

Embarcadero Technologies does not currently have any additional information. Please help us document this topic by using the Discussion page!