Data.DBXDBReaders.TDBXTableStorage.GetOriginalRow

From RAD Studio API Documentation

Delphi

function GetOriginalRow: TDBXTableRow; override;

C++

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

Properties

Type Visibility Source Unit Parent
function protected
Data.DBXDBReaders.pas
Data.DBXDBReaders.hpp
Data.DBXDBReaders TDBXTableStorage

Description

Protected getter for OriginalRow. {{#multireplace:Data.DBXDBReaders.TDBXTableStorage.GetOriginalRow|H21=!|H25=%|H28=(|H29=)|H2A=*|H2B=+|H2F=/|H3C=<|H3D==|H3E=>|H5B=[|H5D=]|H5E=^|H7C=|}} inherits from {{#multireplace:Data.DBXCommonTable.TDBXTable.GetOriginalRow|H21=!|H25=%|H28=(|H29=)|H2A=*|H2B=+|H2F=/|H3C=<|H3D==|H3E=>|H5B=[|H5D=]|H5E=^|H7C=|}}. All content below this line refers to {{#multireplace:Data.DBXCommonTable.TDBXTable.GetOriginalRow|H21=!|H25=%|H28=(|H29=)|H2A=*|H2B=+|H2F=/|H3C=<|H3D==|H3E=>|H5B=[|H5D=]|H5E=^|H7C=|}}.

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