API:Data.DBXCommonTable.TDBXTable.Create

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

constructor Create(const DbxContext: TDBXContext);

C++

__fastcall TDBXTable(Data::Dbxcommon::TDBXContext* const DbxContext);

Properties

Type Visibility Source Unit Parent
constructor public
Data.DBXCommonTable.pas
Data.DBXCommonTable.hpp
Data.DBXCommonTable TDBXTable

Description

Inherently calls the upper-class constructor.

Data.DBXCommonTable.TDBXTable.Create inherits from Data.DBXCommonTable.TDBXTableRow.Create. All content below this line refers to Data.DBXCommonTable.TDBXTableRow.Create.

Inherently calls the upper-class constructor.

Create inherently calls the upper-class (TDBXWritableValueList) constructor.

See Also