BBjInputT::setEditable
Description
In BBj 24.00 and higher, this method sets whether the user can edit the contents of the BBjInputT control.
Syntax
Return Value | Method |
---|---|
void | setEditable(boolean editable) |
Parameters
Parameter | Description |
---|---|
editable | Sets the editability of the control. |
Return Value
None.
Remarks
By default, the control is editable.
Example
|
Version History
See Also
See the BBj Object Diagram for an illustration of the relationship between BBj Objects.