FireDAC.Comp.Client.TFDCustomCommand.CommandIntf

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property CommandIntf: IFDPhysCommand read FCommandIntf;

C++

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

Properties

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

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.

See Also