BBjInputD::setEditable
Description
In BBj 4.00 and higher, this method sets whether the text in the BBjInputD control can be edited.
Syntax
Return Value |
Method |
void |
setEditable(boolean editable) |
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.