Data.DBXCDSReaders.TDBXClientDataSetTable.GetOriginalRow

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function GetOriginalRow: TDBXTableRow; override;

C++

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

Properties

Type Visibility Source Unit Parent
function protected
Data.DBXCDSReaders.pas
Data.DBXCDSReaders.hpp
Data.DBXCDSReaders TDBXClientDataSetTable

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.

See Also