Data.DBXCommonTable.TDBXTableRow.GetOriginalRow

From RAD Studio API Documentation
Jump to: navigation, search

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

Delphi

function GetOriginalRow: TDBXTableRow; virtual; abstract;

C++

virtual TDBXTableRow* __fastcall GetOriginalRow() = 0 ;

Description

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