Data.DBXDBReaders.TDBXTableStorage.GetOriginalRow

From RAD Studio API Documentation
Jump to: navigation, search

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

Delphi

function GetOriginalRow: TDBXTableRow; override;

C++

virtual Data::Dbxcommontable::TDBXTableRow* __fastcall GetOriginalRow();

Description

Protected getter for OriginalRow.

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

Protected getter for OriginalRow.

The GetOriginalRow method is the protected getter for the OriginalRow property. By default, GetOriginalRow returns nil for Delphi and NULL for C++, so every descendant of TDBXTable must implement this method to use it.

See Also