FireDAC.Comp.Client.TFDCustomConnection.ConnectionIntf
| [–] Properties | |
|---|---|
| Type: property | |
| Visibility: public | |
| Source: FireDAC.Comp.Client.pas FireDAC.Comp.Client.hpp
| |
| Unit: FireDAC.Comp.Client | |
| Parent: TFDCustomConnection | |
Delphi
property ConnectionIntf: IFDPhysConnection read FConnectionIntf;
C++
__property Firedac::Phys::Intf::_di_IFDPhysConnection ConnectionIntf = {read=FConnectionIntf};
Description
Returns the IFDPhysConnection interface.
The ConnectionIntf property returns a reference to the IFDPhysConnection interface. If a connection is not established, it is nil, otherwise it is not nil. We recommend that you do not mix the usage of TFDCustomConnection API and ConnectionIntf API.