FireDAC.Comp.Client.TFDCustomCommand.CommandIntf
[–] Properties | |
---|---|
Type: property | |
Visibility: public | |
Source: FireDAC.Comp.Client.pas FireDAC.Comp.Client.hpp
| |
Unit: FireDAC.Comp.Client | |
Parent: TFDCustomCommand |
Delphi
property CommandIntf: IFDPhysCommand read FCommandIntf;
C++
__property Firedac::Phys::Intf::_di_IFDPhysCommand CommandIntf = {read=FCommandIntf};
Description
Returns the IFDPhysCommand interface.
The CommandIntf property returns the reference to the IFDPhysCommand interface. It is not nil, if the command is prepared. Otherwise it is nil.
It is not recommended to mix the usage of TFDCommand API and TFDCommand.CommandIntf API.