BBjEditBox::setEditable
Description
Sets whether text can be edited in the BBjEditBox.
Syntax
|
Return Value |
Method |
|
void |
setEditable(boolean edit) |
Parameters
|
Variable |
Description |
|
edit |
Specifies whether the text in the BBjEditBox can be edited. 0 = Non-editable 1 = Editable |
Return Value
None.
Remarks
By default, the text in the BBjEditBox is editable.
Example
|
See Also
See the BBj Object Diagram for an illustration of the relationship between BBj Objects.