Data.DBXCommonTable.TDBXTableEntity.Create

Aus RAD Studio API Documentation
Wechseln zu: Navigation, Suche

Delphi

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

C++

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

Eigenschaften

Typ Sichtbarkeit Quelle Unit Übergeordnet
constructor public
Data.DBXCommonTable.pas
Data.DBXCommonTable.hpp
Data.DBXCommonTable TDBXTableEntity

Beschreibung

Erstellt eine TDBXTableEntity-Instanz.

Der Konstruktor Create erstellt eine Instanz der Klasse TDBXTableEntity.

Siehe auch