FireDAC.Comp.Client.TFDCustomConnection.ConnectionIntf

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property ConnectionIntf: IFDPhysConnection read FConnectionIntf;

C++

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

Properties

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

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.

See Also