FireDAC.Comp.Client.TFDCustomCommand.CommandIntf

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

Delphi

property CommandIntf: IFDPhysCommand read FCommandIntf;

C++

__property Firedac::Phys::Intf::_di_IFDPhysCommand CommandIntf = {read=FCommandIntf};

プロパティ

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

説明

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


CommandIntf プロパティは、IFDPhysCommand インターフェイスの参照を返します。コマンドの準備が済んでいれば、nil 以外の値になっています。済んでいなければ nil です。

TFDCommand API と TFDCommand.CommandIntf API を混在させて使用するのはお勧めできません。

関連項目