|
virtual |
Deletes a symbol at the current position or selected text.
OnDelete is called by the edit control when the user strikes VK_DELETE or VK_BACK keys and deletes a symbol at the current position.
If there is a selection, it deletes selected text instead.
bRedraw | If TRUE, the edit control should be redrawn. |
bForceNextUndo | If TRUE, the caused undo action is treated as a sequence of undo actions (for example, text replace). |