IBDAC

TCustomIBCTable Class

A base class that defines functionality for descendant classes which access data in a single table without writing SQL statements.

For a list of all members of this type, see TCustomIBCTable members.

Unit

IBC

Syntax

TCustomIBCTable = class(TCustomIBCQuery);

Remarks

TCustomIBCTable component is inherited from TCustomIBCQuery class. Applications never use TCustomIBCTable objects directly. Instead they use descendants of TCustomIBCTable such as TIBCTable.

It allows to retrieve and update data in single table without writing SQL statements. Use TableName to specify the name of a table. TIBCTable uses KeyFields property to build SQL statements for updating table data. KeyFields is a string containing a semicolon-delimited list of field names. If KeyFields is not defined before opening, TIBCTable uses primary or unique key.

Inheritance Hierarchy

TMemDataSet
   TCustomDADataSet
      TCustomIBCDataSet
         TCustomIBCQuery
            TCustomIBCTable

See Also

© 1997-2024 Devart. All Rights Reserved. Request Support DAC Forum Provide Feedback