Data.DBXCommonTable.TDBXTableRow

From RAD Studio API Documentation
Jump to: navigation, search

Data.DBXCommon.TDBXWritableValueListData.DBXCommon.TDBXValueListSystem.TObjectTDBXTableRow

Delphi

TDBXTableRow = class abstract(TDBXWritableValueList)

C++

class PASCALIMPLEMENTATION TDBXTableRow : public Data::Dbxcommon::TDBXWritableValueList

Properties

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

Description

Represents a DBX table row.

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

See Also