Data.DB.TDataSet.DoAfterCancel

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 DoAfterCancel; virtual;

C++

virtual void __fastcall DoAfterCancel();

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