Data.DBXCommonTable.TDBXTable.DeletedRows

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property DeletedRows: TDBXTable read GetDeletedRows;

C++

__property TDBXTable* DeletedRows = {read=GetDeletedRows};

Properties

Type Visibility Source Unit Parent
property public
Data.DBXCommonTable.pas
Data.DBXCommonTable.hpp
Data.DBXCommonTable TDBXTable

Description

Table with deleted rows.

DeletedRows represents a TDBXTable with deleted rows.

See Also