FireDAC.Comp.Client.TFDCustomQuery

From RAD Studio API Documentation
Jump to: navigation, search

FireDAC.Comp.Client.TFDRdbmsDataSetFireDAC.Comp.Client.TFDAdaptedDataSetFireDAC.Comp.DataSet.TFDDataSetData.DB.TDataSetSystem.Classes.TComponentSystem.Classes.TPersistentSystem.TObjectTFDCustomQuery

Delphi

TFDCustomQuery = class(TFDRdbmsDataSet)

C++

class PASCALIMPLEMENTATION TFDCustomQuery : public TFDRdbmsDataSet

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 TFDCustomQuery to execute SQL queries, browse the result sets, and edit the result set records.

This class hides some of the properties, allowing the descendant classes to control the properties' visibility. End users should use TFDQuery.

For options description, see the FireDAC.Stan.Option unit.

See Also