Data.DBXCommonTable.TDBXRowTable.Create

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

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

C++

__fastcall TDBXRowTable(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 TDBXRowTable

Description

Creates a TDBXRowTable instance.

The Create constructor creates a new instance of the TDBXRowTable class.

Create takes in two parameters: DbxContext, which is the DBX context and Row, which specifies the currently handled row.

See Also