Interface Editable::setEditable
Description
Sets whether a user can edit the control.
Syntax
Return Value |
Method |
void |
setEditable(boolean p_edit) |
Parameters
Variable |
Description |
p_edit |
0 – the control is not editable 1 – the control is editable |
Return Value
None.
Example
|
See Also
See the BBj Object Diagram for an illustration of the relationship between BBj Objects.