API: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 row.

Data.DBXCommonTable.TDBXTable inherits from Data.DBXCommonTable.TDBXTableRow. All content below this line refers to Data.DBXCommonTable.TDBXTableRow.

Represents a DBX table row.

The TDBXTableRow class represents a DBX table row. It extends the functionality of the TDBXValueTypeArray class.

See Also