|
virtual |
Adds undo action to the undo buffer.
Called by the edit control when there is a need to add an undo action to the undo buffer. Currently, the following actions are stored in the undo buffer:
There are following predefined action types:
strText | Specifies the text to be stored in the undo buffer. |
dwAction | Specifies the action code (action type). |
nCurrOffset | Specifies the current offset. |
bForceInsertMode | Forces insert mode stored in the undo buffer. When undo is executed and the action marked as "insert mode" the text will be inserted (not overwritten) back in the edit control . |
bForceNextUndo | If TRUE, this undo action is a part of a sequence of several undo actions. If FALSE, this undo action is a single undo action. |