Data.DBXCommonTable.TDBXCustomValueRow.Create

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

constructor Create(const DbxContext: TDBXContext; const Row: TDBXRow);

C++

__fastcall TDBXCustomValueRow(Data::Dbxcommon::TDBXContext* const DbxContext, Data::Dbxcommon::TDBXRow* const Row);

Properties

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

Description

Inherently calls the upper class constructor.

Create inherently calls the upper class (TDBXRowTable) constructor to create a new TDBXCustomValueRow instance.

See Also