
BBjControl::setAttribute
Description
In BBj 15.00 and higher, this method sets a control attribute on the BBjControl.
Syntax
| Return Value | Method |
|---|---|
| void | setAttribute(String attribute, String value) |
Parameters
| Parameter | Description |
|---|---|
| attribute | Specifies an attribute to be set for the control. |
| value | Specifies the value of that attribute. |
Return Value
None.
Remarks
This functionality is primarily intended for setting low-level BUI element attributes or DWC component attributes. When running in GUI, the attributes do not affect the control itself, but may be used by the developer.
Example
|
See Also
See the BBj Object Diagram for an illustration of the relationship between BBj Objects.