Data.DB.TDataSet.DoBeforeCancel

From RAD Studio API Documentation
Jump to: navigation, search

[–] Properties
Type:
procedure
function
Visibility: protected
Source:
Data.DB.pas
Data.DB.hpp
Unit: Data.DB
Parent: TDataSet

Delphi

procedure DoBeforeCancel; virtual;

C++

virtual void __fastcall DoBeforeCancel();

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