API:Data.DBXCommonTable.TDBXCustomValueRow.Create

Aus RAD Studio API Documentation

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. {{#multireplace:Data.DBXCommonTable.TDBXCustomValueRow.Create|H21=!|H25=%|H28=(|H29=)|H2A=*|H2B=+|H2F=/|H3C=<|H3D==|H3E=>|H5B=[|H5D=]|H5E=^|H7C=|}} erbt von {{#multireplace:Data.DBXCommonTable.TDBXRowTable.Create|H21=!|H25=%|H28=(|H29=)|H2A=*|H2B=+|H2F=/|H3C=<|H3D==|H3E=>|H5B=[|H5D=]|H5E=^|H7C=|}}. Der folgende Inhalt bezieht sich auf {{#multireplace:Data.DBXCommonTable.TDBXRowTable.Create|H21=!|H25=%|H28=(|H29=)|H2A=*|H2B=+|H2F=/|H3C=<|H3D==|H3E=>|H5B=[|H5D=]|H5E=^|H7C=|}}.

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