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

Retrieved from "https://docwiki.embarcadero.com/Libraries/Tokyo/e/index.php?title=FireDAC.Comp.Client.TFDCustomConnection.ConnectionIntf&oldid=585634"