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