BBjInputN::setInsertMode
Description
Sets whether the BBjInputN control is in insert mode.
Syntax
| Return Value | Method | 
| void | setInsertMode(boolean insert) | 
Parameters
| Variable | Description | 
| insert | Sets whether the control is in insert mode. 0 = Not in insert mode 1= In insert mode | 
Return Value
None.
Remarks
If in insert mode, then characters are inserted into the control when typed. Otherwise, the characters are overwritten.
By default, the control is in the insert mode.
Example
|  | 
See Also
See the BBj Object Diagram for an illustration of the relationship between BBj Objects.