Data.DBXCommonTable.TDBXCustomValueRow.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: TDBXCustomValueRow

Delphi

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

C++

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

Description

Inherently calls the upper class constructor.

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

See Also