FireDAC.Comp.Client.TFDCustomConnection.ConnectionIntf

De RAD Studio API Documentation
Aller à : navigation, rechercher

Delphi

property ConnectionIntf: IFDPhysConnection read FConnectionIntf;

C++

__property Firedac::Phys::Intf::_di_IFDPhysConnection ConnectionIntf = {read=FConnectionIntf};

Propriétés

Type Visibilité  Source Unité  Parent
property public
FireDAC.Comp.Client.pas
FireDAC.Comp.Client.hpp
FireDAC.Comp.Client TFDCustomConnection


Description

Renvoie l'interface IFDPhysConnection.

La propriété ConnectionIntf renvoie une référence à l'interface IFDPhysConnection. Si une connexion n'est pas établie, elle vaut nil, sinon elle ne vaut pas nil. Il n'est pas recommandé de mélanger l'usage de l'API TFDCustomConnection et de l'API ConnectionIntf.

Voir aussi