Open main menu

RAD Studio API Documentation β

FireDAC.Comp.Client.TFDCommand

FireDAC.Comp.Client.TFDCustomCommandFireDAC.Stan.Intf.TFDComponentSystem.Classes.TComponentSystem.Classes.TPersistentSystem.TObjectTFDCommand

Delphi

TFDCommand = class(TFDCustomCommand)

C++

class PASCALIMPLEMENTATION TFDCommand : public TFDCustomCommand

Properties

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

Contents

Description

The class responsible for the execution of SQL commands.

Use the TFDCommand class to execute SQL commands. The class does not provide TDataSet-aware access to returned result sets.

See Also

Sample