Data.DBXCommonTable.TDBXRowTable.Create
[–] Properties | |
---|---|
Type: constructor | |
Visibility: public | |
Source: Data.DBXCommonTable.pas Data.DBXCommonTable.hpp
| |
Unit: Data.DBXCommonTable | |
Parent: TDBXRowTable |
Delphi
constructor Create(const DbxContext: TDBXContext; const Row: TDBXRow);
C++
__fastcall TDBXRowTable(Data::Dbxcommon::TDBXContext* const DbxContext, Data::Dbxcommon::TDBXRow* const Row);
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.