FireDAC.Comp.Client.TFDTable

[–] Properties | |
---|---|
Type: class | |
Visibility: public | |
Source: FireDAC.Comp.Client.pas FireDAC.Comp.Client.hpp
| |
Unit: FireDAC.Comp.Client | |
Parent: FireDAC.Comp.Client |
Delphi
TFDTable = class(TFDCustomQuery)
C++
class PASCALIMPLEMENTATION TFDTable : public TFDCustomQuery
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.