Data.DBXDBReaders.TDBXDataSetTable.DeleteRow

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure DeleteRow; override;

C++

virtual void __fastcall DeleteRow();

Properties

Type Visibility Source Unit Parent
procedure
function
public
Data.DBXDBReaders.pas
Data.DBXDBReaders.hpp
Data.DBXDBReaders TDBXDataSetTable

Description

Virtual abstract method to be implemented in future subclasses.

Data.DBXDBReaders.TDBXDataSetTable.DeleteRow inherits from Data.DBXCommonTable.TDBXTable.DeleteRow. All content below this line refers to Data.DBXCommonTable.TDBXTable.DeleteRow.

Virtual abstract method to be implemented in future subclasses.

DeleteRow is a virtual abstract method that requires implementation in future subclasses. The method should be used to delete a row.

See Also