FireDAC.Comp.Client.TFDCustomCommand

Delphi
TFDCustomCommand = class(TFDComponent, IFDStanOptions, IFDStanErrorHandler,
IFDStanObject, IFDStanAsyncHandler, IFDPhysCommandStateHandler)
C++
class PASCALIMPLEMENTATION TFDCustomCommand : public Firedac::Stan::Intf::TFDComponent
Properties
Type | Visibility | Source | Unit | Parent |
---|---|---|---|---|
class | public | FireDAC.Comp.Client.pas FireDAC.Comp.Client.hpp |
FireDAC.Comp.Client | FireDAC.Comp.Client |
Description
The base class responsible for the execution of SQL commands.
Use TFDCustomCommand to execute SQL commands. The class does not provide TDataSet-aware access to returned result sets.
This class hides some of the properties, allowing to control visibility of properties by descendant classes. End users should use TFDCommand.