Data.DBXCommonTable.TDBXTable

From RAD Studio API Documentation
Jump to: navigation, search

Data.DBXCommonTable.TDBXTableRowData.DBXCommon.TDBXWritableValueListData.DBXCommon.TDBXValueListSystem.TObjectTDBXTable
[–] Properties
Type: class
Visibility: public
Source:
Data.DBXCommonTable.pas
Data.DBXCommonTable.hpp
Unit: Data.DBXCommonTable
Parent: Data.DBXCommonTable

Delphi

TDBXTable = class abstract(TDBXTableRow)

C++

class PASCALIMPLEMENTATION TDBXTable : public TDBXTableRow

Description

Represents a DBX table.

The TDBXTable class represents a DBX table. The class is abstract and extends the TDBXTableRow class. Using a descendant of TDBXTable, you can insert, delete, or post new records as rows in the table. TDBXTable offers row management and is used to store and manipulate data in a table.

See Also