Data.DBXCommonTable.TDBXRowTable

From RAD Studio API Documentation
Jump to: navigation, search

Data.DBXCommonTable.TDBXTableData.DBXCommonTable.TDBXTableRowData.DBXCommon.TDBXWritableValueListData.DBXCommon.TDBXValueListSystem.TObjectTDBXRowTable
[–] Properties
Type: class
Visibility: public
Source:
Data.DBXCommonTable.pas
Data.DBXCommonTable.hpp
Unit: Data.DBXCommonTable
Parent: Data.DBXCommonTable

Delphi

TDBXRowTable = class abstract(TDBXTable)

C++

class PASCALIMPLEMENTATION TDBXRowTable : public TDBXTable

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