Data.DB.TDataSet.DoAfterCancel

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure DoAfterCancel; virtual;

C++

virtual void __fastcall DoAfterCancel();

Properties

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

Description

AfterCancel event dispatcher.

DoAfterCancel is an AfterCancel event dispatcher. Override this method to change the behavior of the dataset after an application completes a request to cancel modifications to the active record.

See Also