API:Data.DBXCommonTable.TDBXCustomValueRow

From RAD Studio API Documentation
Jump to: navigation, search

Data.DBXCommonTable.TDBXRowTableData.DBXCommonTable.TDBXTableData.DBXCommonTable.TDBXTableRowData.DBXCommon.TDBXWritableValueListData.DBXCommon.TDBXValueListSystem.TObjectTDBXCustomValueRow

Delphi

TDBXCustomValueRow = class(TDBXRowTable)

C++

class PASCALIMPLEMENTATION TDBXCustomValueRow : public TDBXRowTable

Properties

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

Description

Represents a persisted table model.

Data.DBXCommonTable.TDBXCustomValueRow inherits from Data.DBXCommonTable.TDBXRowTable. All content below this line refers to Data.DBXCommonTable.TDBXRowTable.

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