Data.DBXCommonTable.TDBXTableEntity.Create

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

constructor Create(const ATable: TDBXTable; const AOwnTable: Boolean);

C++

__fastcall TDBXTableEntity(TDBXTable* const ATable, const bool AOwnTable);

Properties

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

Description

Creates a TDBXTableEntity instance.

The Create constructor creates an instance of the TDBXTableEntity class.

See Also