FireDAC.Comp.Client.TFDTable

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.TPersistentTFDTable

Delphi

TFDTable = class(TFDCustomQuery)

C++

class PASCALIMPLEMENTATION TFDTable : 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 that works with a single database table.

Use TFDTable to browse a database table and edit its records. TFDTable generates a SELECT statement based on its properties and sends it to a DBMS.

See Also