API:Data.DBXDBReaders.TDBXDBTable

From RAD Studio API Documentation
Jump to: navigation, search

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

Delphi

TDBXDBTable = class(TDBXRowTable)

C++

class PASCALIMPLEMENTATION TDBXDBTable : public Data::Dbxcommontable::TDBXRowTable

Properties

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

Description

Represents a persisted table model.

Data.DBXDBReaders.TDBXDBTable 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