Data.DBXCommonTable.TDBXTableRow.OriginalRow

From RAD Studio API Documentation
Jump to: navigation, search

[–] Properties
Type: property
Visibility: public
Source:
Data.DBXCommonTable.pas
Data.DBXCommonTable.hpp
Unit: Data.DBXCommonTable
Parent: TDBXTableRow

Delphi

property OriginalRow: TDBXTableRow read GetOriginalRow;

C++

__property TDBXTableRow* OriginalRow = {read=GetOriginalRow};

Description

Specifies the original row of the DBX table.

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

See Also