Data.DBXCommonTable.TDBXTableRow.Create

From RAD Studio API Documentation
Jump to: navigation, search

[–] Properties
Type: constructor
Visibility: public
Source:
Data.DBXCommonTable.pas
Data.DBXCommonTable.hpp
Unit: Data.DBXCommonTable
Parent: TDBXTableRow

Delphi

constructor Create(const DbxContext: TDBXContext);

C++

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

Description

Inherently calls the upper-class constructor.

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

See Also