Data.DBXCommonTable.TDBXTableRow.OriginalRow

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property OriginalRow: TDBXTableRow read GetOriginalRow;

C++

__property TDBXTableRow* OriginalRow = {read=GetOriginalRow};

Properties

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

Description

Specifies the original row of the DBX table.

The OriginalRow read-only property specifies the original row of the DBX table.

See Also