Method XbpSLE():setInsertMode() Foundation
Sets or returns the insert mode (insert or overstrike).
Syntax
:setInsertMode( [<lInsertMode>] ) --> lOldInsertMode
Parameters
<lInsertMode>
<lInsertMode> is a logical value. The value .T. (true) turns the insert mode on and the value .F. (false) turns it off.
Return
This method returns a logical value indicating whether the insert mode was on before the method was executed.
Description
The :setInsertMode() method sets or returns the insert mode used during editing.
Windows does not support an overstrike mode for SLEs.
Feedback
If you see anything in the documentation that is not correct, does not match your experience with the particular feature or requires further clarification, please use this form to report a documentation issue.