Data.DB.TDataSet.DoBeforeDelete
Delphi
procedure DoBeforeDelete; virtual;
C++
virtual void __fastcall DoBeforeDelete(void);
Properties
Type | Visibility | Source | Unit | Parent |
---|---|---|---|---|
procedure function |
protected | Data.DB.pas Data.DB.hpp |
Data.DB | TDataSet |
Description
BeforeDelete event dispatcher.
DoBeforeDelete is a BeforeDelete event dispatcher. Override this method to change the behavior of the dataset before an application attempts to delete the active record.