BBjGrid::setInsertMode
Description
In BBj 5.00 and higher, this method controls whether the editor is in insert mode.
Syntax
Return Value |
Method |
void |
setInsertMode(int shouldInsert) |
Parameters
Variable |
Description |
shouldInsert |
Indicates whether editors should be placed in insert mode |
Return Value
None.
Remarks
If in the insert mode, then characters are inserted into the cell 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.