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
[–] Properties
Type: class
Visibility: public
Source:
FireDAC.Comp.Client.pas
FireDAC.Comp.Client.hpp
Unit: FireDAC.Comp.Client
Parent: FireDAC.Comp.Client

Delphi

TFDQuery = class(TFDCustomQuery)

C++

class PASCALIMPLEMENTATION TFDQuery : public TFDCustomQuery

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