Data.DB.TDataSet.DoBeforeDelete

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure DoBeforeDelete; virtual;

C++

virtual void __fastcall DoBeforeDelete();

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.

See Also