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


Manage a list of TDBXValueType instances.

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

Manage a list of TDBXValueType instances.

This class is used internally by TDBXParameterList to manage a list of TDBXValueType instances.

See Also