Data.DBXCommonTable.TDBXTable.DeleteRow
Delphi
procedure DeleteRow; virtual;
C++
virtual void __fastcall DeleteRow();
Properties
Type | Visibility | Source | Unit | Parent |
---|---|---|---|---|
procedure function |
public | Data.DBXCommonTable.pas Data.DBXCommonTable.hpp |
Data.DBXCommonTable | TDBXTable |
Description
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.