property BeforeCancel: TDataSetNotifyEvent ;
Description
BeforeCancel event handler is called by the Cancel method before it reverts all changes to the current record. The BeforeCancel event code can be used to record user's changes in an undo buffer.