Data.DBXMetaDataReader.TDBXEmptyTableCursor

From RAD Studio API Documentation
Jump to: navigation, search

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

Delphi

TDBXEmptyTableCursor = class(TDBXTable)

C++

class PASCALIMPLEMENTATION TDBXEmptyTableCursor : public Data::Dbxcommontable::TDBXTable

Properties

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

Description

Represents a DBX table.

Data.DBXMetaDataReader.TDBXEmptyTableCursor inherits from Data.DBXCommonTable.TDBXTable. All content below this line refers to Data.DBXCommonTable.TDBXTable.

Represents a DBX table.

The TDBXTable class represents a DBX table. The class is abstract and extends the TDBXTableRow class. Using a descendant of TDBXTable, you can insert, delete, or post new records as rows in the table. TDBXTable offers row management and is used to store and manipulate data in a table.

See Also