Data.DBXCommonTable.TDBXRowTable

From RAD Studio API Documentation
Jump to: navigation, search

Data.DBXCommonTable.TDBXTableData.DBXCommonTable.TDBXTableRowData.DBXCommon.TDBXWritableValueListData.DBXCommon.TDBXValueListSystem.TObjectTDBXRowTable

Delphi

TDBXRowTable = class abstract(TDBXTable)

C++

class PASCALIMPLEMENTATION TDBXRowTable : public TDBXTable

Properties

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

Description

Represents a persisted table model.

The TDBXRowTable represents a persisted table model. The table is based on a current row that is handled by a TDBXRow instance. A null TDBXRow is supported, but its use is not encouraged. Use a TDBXMemoryTable instead.

The TDBXRowTable instance assumes TDBXRow ownership.

See Also