API:FireDAC.Comp.Client.TFDMetaInfoCommand

From RAD Studio API Documentation

TFDMetaInfoCommandFireDAC.Comp.Client.TFDCustomCommandFireDAC.Stan.Intf.TFDComponentSystem.Classes.TComponentSystem.Classes.TPersistentSystem.TObject

Delphi

TFDMetaInfoCommand = class(TFDCustomCommand)

C++

class PASCALIMPLEMENTATION TFDMetaInfoCommand : public TFDCustomCommand

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. {{#multireplace:FireDAC.Comp.Client.TFDMetaInfoCommand|H21=!|H25=%|H28=(|H29=)|H2A=*|H2B=+|H2F=/|H3C=<|H3D==|H3E=>|H5B=[|H5D=]|H5E=^|H7C=|}} inherits from {{#multireplace:FireDAC.Comp.Client.TFDCustomCommand|H21=!|H25=%|H28=(|H29=)|H2A=*|H2B=+|H2F=/|H3C=<|H3D==|H3E=>|H5B=[|H5D=]|H5E=^|H7C=|}}. All content below this line refers to {{#multireplace:FireDAC.Comp.Client.TFDCustomCommand|H21=!|H25=%|H28=(|H29=)|H2A=*|H2B=+|H2F=/|H3C=<|H3D==|H3E=>|H5B=[|H5D=]|H5E=^|H7C=|}}.

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.

See Also