Data.DB.TDataSet.DoAfterCancel
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.