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