Data.DBXCommonTable.TDBXTable.InsertedRows

Aus RAD Studio API Documentation
Wechseln zu: Navigation, Suche

Delphi

property InsertedRows: TDBXTable read GetInsertedRows;

C++

__property TDBXTable* InsertedRows = {read=GetInsertedRows};

Eigenschaften

Typ Sichtbarkeit Quelle Unit Übergeordnet
property public
Data.DBXCommonTable.pas
Data.DBXCommonTable.hpp
Data.DBXCommonTable TDBXTable

Beschreibung

Tabelle mit den eingefügten Zeilen.

InsertedRows repräsentiert eine TDBXTable mit eingefügten Zeilen.

Siehe auch