FireDAC.Comp.Client.TFDCustomCommand.CommandIntf

Aus RAD Studio API Documentation
Wechseln zu: Navigation, Suche

Delphi

property CommandIntf: IFDPhysCommand read FCommandIntf;

C++

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

Eigenschaften

Typ Sichtbarkeit Quelle Unit Übergeordnet
property public
FireDAC.Comp.Client.pas
FireDAC.Comp.Client.hpp
FireDAC.Comp.Client TFDCustomCommand

Beschreibung

Gibt das IFDPhysCommand-Interface zurück.

Die Eigenschaft CommandIntf gibt die Referenz auf das IFDPhysCommand-Interface zurück. Sie ist nicht nil, wenn die Anweisung vorbereitet ist. Andernfalls ist sie nil.

Verwenden Sie die TFDCommand-API und die TFDCommand.CommandIntf-API nicht gleichzeitig.

Siehe auch