FireDAC.Comp.Client.TFDQuery

From RAD Studio API Documentation
Jump to: navigation, search

FireDAC.Comp.Client.TFDCustomQueryFireDAC.Comp.Client.TFDRdbmsDataSetFireDAC.Comp.Client.TFDAdaptedDataSetFireDAC.Comp.DataSet.TFDDataSetData.DB.TDataSetSystem.Classes.TComponentSystem.Classes.TPersistentTFDQuery

Delphi

TFDQuery = class(TFDCustomQuery)

C++

class PASCALIMPLEMENTATION TFDQuery : public TFDCustomQuery

Properties

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

Description

This class implements a dataset capable of executing SQL queries.

Use TFDQuery to execute SQL queries, browse the result sets, and edit the result set records.

See the TFDCustomQuery description for more details.

See Also

Samples