Data.DBXCDSReaders.TDBXClientDataSetTable.GetOriginalRow
[–] Properties | |
---|---|
Type: function | |
Visibility: protected | |
Source: Data.DBXCDSReaders.pas Data.DBXCDSReaders.hpp
| |
Unit: Data.DBXCDSReaders | |
Parent: TDBXClientDataSetTable |
Delphi
function GetOriginalRow: TDBXTableRow; override;
C++
virtual Data::Dbxcommontable::TDBXTableRow* __fastcall GetOriginalRow();
Description
Returns the original row of a DBX table.
The GetOriginalRow method returns the original row of a DBX table. If a row was inserted previously, GetOriginalRow returns nil.