FireDAC.Comp.Client.TFDTable

From RAD Studio API Documentation
Jump to: navigation, search

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

Retrieved from "https://docwiki.embarcadero.com/Libraries/Tokyo/e/index.php?title=FireDAC.Comp.Client.TFDTable&oldid=584518"