API:Data.DBXCommonTable.TDBXTable.GetOriginalRow

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function GetOriginalRow: TDBXTableRow; override;

C++

virtual TDBXTableRow* __fastcall GetOriginalRow();

Properties

Type Visibility Source Unit Parent
function protected
Data.DBXCommonTable.pas
Data.DBXCommonTable.hpp
Data.DBXCommonTable TDBXTable

Description

Protected getter for OriginalRow.

Data.DBXCommonTable.TDBXTable.GetOriginalRow inherits from Data.DBXCommonTable.TDBXTableRow.GetOriginalRow. All content below this line refers to Data.DBXCommonTable.TDBXTableRow.GetOriginalRow.

Protected getter for OriginalRow.

The GetOriginalRow method is the protected getter for the OriginalRow property. GetOriginalRow is to be implemented in derived classes.

See Also