FireDAC.Comp.DataSet.TFDDataSet.DoBeforeDelete

From RAD Studio API Documentation
Jump to: navigation, search

[–] Properties
Type:
procedure
function
Visibility: protected
Source:
FireDAC.Comp.DataSet.pas
FireDAC.Comp.DataSet.hpp
Unit: FireDAC.Comp.DataSet
Parent: TFDDataSet

Delphi

procedure DoBeforeDelete; override;

C++

virtual void __fastcall DoBeforeDelete();

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