Data.DBXCommonTable.TDBXRowTable.Create

Aus RAD Studio API Documentation
Wechseln zu: Navigation, Suche

Delphi

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

C++

__fastcall TDBXRowTable(Data::Dbxcommon::TDBXContext* const DbxContext, Data::Dbxcommon::TDBXRow* const Row);

Eigenschaften

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

Beschreibung

Erstellt eine TDBXRowTable-Instanz.

Der Konstruktor Create erstellt eine neue Instanz der Klasse TDBXRowTable.

Create übernimmt zwei Parameter: DbxContext, der der DBX-Kontext ist, und Row, der die aktuell behandelte Zeile angibt.

Siehe auch