BBjInputD::setInsertMode
Description
In BBj 4.00 and higher, this method sets whether the BBjInputD 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 not in insert mode.
Example
|
See Also
See the BBj Object Diagram for an illustration of the relationship between BBj Objects.