BBjInputT::setInsertMode
Description
In BBj 24.00 and higher, this method sets whether the BBjInputT control is in insert mode.
Syntax
Return Value | Method |
---|---|
void | setInsertMode(boolean insert) |
Parameters
Parameter | Description |
---|---|
insert | Sets whether the BBjInputT 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 insert mode.
Example
|
Version History
See Also
See the BBj Object Diagram for an illustration of the relationship between BBj Objects.