BBjInputE::setInsertMode
Description
Sets whether the BBjInputE 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. |
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 not in the insert mode.
Example
|
See Also
See the BBj Object Diagram for an illustration of the relationship between BBj Objects.