FireDAC.Comp.Client.TFDTable
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.