FireDAC.Comp.DataSet.TFDDataSet.DoBeforeDelete

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure DoBeforeDelete; override;

C++

virtual void __fastcall DoBeforeDelete();

Properties

Type Visibility Source Unit Parent
procedure
function
protected
FireDAC.Comp.DataSet.pas
FireDAC.Comp.DataSet.hpp
FireDAC.Comp.DataSet TFDDataSet

Description

BeforeDelete event dispatcher.

FireDAC.Comp.DataSet.TFDDataSet.DoBeforeDelete inherits from Data.DB.TDataSet.DoBeforeDelete. All content below this line refers to Data.DB.TDataSet.DoBeforeDelete.

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