FireDAC.Comp.Client.TFDTable

From RAD Studio API Documentation
Jump to: navigation, search

Error: Image is invalid or non-existent.

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