FireDAC.Comp.Client.TFDCustomConnection.ConnectionIntf

提供: RAD Studio API Documentation
移動先: 案内検索

Delphi

property ConnectionIntf: IFDPhysConnection read FConnectionIntf;

C++

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

プロパティ

種類 可視性 ソース ユニット
property public
FireDAC.Comp.Client.pas
FireDAC.Comp.Client.hpp
FireDAC.Comp.Client TFDCustomConnection

説明

IFDPhysConnection インターフェイスを返します。


ConnectionIntf プロパティは、IFDPhysConnection インターフェイスの参照を返します。接続が確立されていない場合は、nil であり、確立されている場合は、nil ではありません。TFDCustomConnection API および ConnectionIntf API を混在して使用しないことを推奨します。

関連項目