FireDAC.Comp.Client.TFDCustomCommand.CommandIntf

De RAD Studio API Documentation
Aller à : navigation, rechercher

Delphi

property CommandIntf: IFDPhysCommand read FCommandIntf;

C++

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

Propriétés

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

Description

Renvoie l'interface IFDPhysCommand.

La propriété CommandIntf renvoie la référence à l'interface IFDPhysCommand. Ce n'est pas nil, si la commande est préparée. Sinon, c'est nil.

Il n'est pas recommandé de mélanger l'usage de l'API TFDCommand et de l'api TFDCommand.CommandIntf.

Voir aussi