Data.DB.TDataSet.DoBeforeCancel

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure DoBeforeCancel; virtual;

C++

virtual void __fastcall DoBeforeCancel();

Properties

Type Visibility Source Unit Parent
procedure
function
protected
Data.DB.pas
Data.DB.hpp
Data.DB TDataSet

Description

BeforeCancel event dispatcher.

DoBeforeCancel is a BeforeCancel event dispatcher. Override this method to change the behavior of the dataset before an application executes a request to cancel changes to the active record.

See Also