FireDAC.Phys.TFDPhysManager.CreateConnection

De RAD Studio API Documentation
Aller à : navigation, rechercher

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 */;

Propriétés

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

Description

Embarcadero Technologies ne possède pas d'informations supplémentaires pour le moment. Veuillez nous aider à documenter cette rubrique en utilisant la page Discussion !