Difference between revisions of "Midware TMWTable.AfterCancel"
Jump to navigation
Jump to search
Line 6: | Line 6: | ||
== Description == | == Description == | ||
− | |||
− | |||
Write an AfterCancel event handler to take specific action after an application cancels changes to the current record. AfterCancel is called by the Cancel method after it updates the cursor position, releases the lock on the current record if necessary, and sets the dataset state to dsBrowse. If an application requires additional processing before returning control to a user after a Cancel event, code it in the AfterCancel event. | Write an AfterCancel event handler to take specific action after an application cancels changes to the current record. AfterCancel is called by the Cancel method after it updates the cursor position, releases the lock on the current record if necessary, and sets the dataset state to dsBrowse. If an application requires additional processing before returning control to a user after a Cancel event, code it in the AfterCancel event. |
Revision as of 15:31, 14 May 2011
Main page -> Midware component reference -> TMWTable -> AfterCancel
Definition
proporty AfterCancel:TDataSetNotifyEvent;
Description
Write an AfterCancel event handler to take specific action after an application cancels changes to the current record. AfterCancel is called by the Cancel method after it updates the cursor position, releases the lock on the current record if necessary, and sets the dataset state to dsBrowse. If an application requires additional processing before returning control to a user after a Cancel event, code it in the AfterCancel event.