API:Data.DBXCommonTable.TDBXTable

From RAD Studio API Documentation
Jump to: navigation, search

Data.DBXCommonTable.TDBXTableRowData.DBXCommon.TDBXWritableValueListData.DBXCommon.TDBXValueListSystem.TObjectTDBXTable

Delphi

TDBXTable = class abstract(TDBXTableRow)

C++

class PASCALIMPLEMENTATION TDBXTable : public TDBXTableRow

Properties

Type Visibility Source Unit Parent
class public
Data.DBXCommonTable.pas
Data.DBXCommonTable.hpp
Data.DBXCommonTable Data.DBXCommonTable

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