Data.DBXCommonTable.TDBXTable.Create
[–] Properties | |
---|---|
Type: constructor | |
Visibility: public | |
Source: Data.DBXCommonTable.pas Data.DBXCommonTable.hpp
| |
Unit: Data.DBXCommonTable | |
Parent: TDBXTable |
Delphi
constructor Create(const DbxContext: TDBXContext);
C++
__fastcall TDBXTable(Data::Dbxcommon::TDBXContext* const DbxContext);
Description
Inherently calls the upper class constructor.
Create inherently calls the upper class (TDBXTableRow) constructor to create a new TDBXTable instance.