IBX.IBCustomDataSet.TIBCustomDataSet.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
IBX.IBCustomDataSet.pas
IBX.IBCustomDataSet.hpp
IBX.IBCustomDataSet TIBCustomDataSet

Description

BeforeDelete event dispatcher.

IBX.IBCustomDataSet.TIBCustomDataSet.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