Inserts a character into edit control at the specific text buffer offset.
- Returns
- Nonzero if the function succeeds; otherwise 0.
This function inserts a character in the edit control and places it in the undo buffer. The text is scrolled if necessary.
- Parameters
-
| nChar | Specifies the character to insert. |
| bRedraw | If TRUE the edit control will be redrawn. |
| nInsertFrom | Specifies the zero-based offset in the editor text buffer. |
| bSetCaret | If TRUE the caret will be moved to the new location specified by the "nInsertFrom" parameter. |