Data.DBXCommonTable.TDBXCustomValueRow.GetOriginalRow
| [–] Properties | |
|---|---|
| Type: function | |
| Visibility: protected | |
| Source: Data.DBXCommonTable.pas Data.DBXCommonTable.hpp
| |
| Unit: Data.DBXCommonTable | |
| Parent: TDBXCustomValueRow | |
Delphi
function GetOriginalRow: TDBXTableRow; override;
C++
virtual TDBXTableRow* __fastcall GetOriginalRow();
Description
Protected getter for OriginalRow.
The GetOriginalRow method is the protected getter for the OriginalRow property.
In this implementation, GetOriginalRow raises an unsupported operation exception.