Show: Delphi C++
Display Preferences

Data.DB.TDataSet.DoAfterCancel

From XE2 API Documentation
Jump to: navigation, search

Delphi

procedure DoAfterCancel; virtual;

C++

virtual void __fastcall DoAfterCancel(void);

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

Personal tools
Previous Versions
Translations