API:Data.DBXCommonTable.TDBXCustomValueRow.Create

Aus RAD Studio API Documentation
Wechseln zu: Navigation, Suche

Delphi

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

C++

__fastcall TDBXCustomValueRow(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 TDBXCustomValueRow

Beschreibung

Erstellt eine TDBXRowTable-Instanz.

Data.DBXCommonTable.TDBXCustomValueRow.Create erbt von Data.DBXCommonTable.TDBXRowTable.Create. Der folgende Inhalt bezieht sich auf Data.DBXCommonTable.TDBXRowTable.Create.

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