
BBjControl::getAttribute
Description
In BBj 15.00 and higher, this method returns a control attribute for the BBjControl previously set with BBjControl::setAttribute.
Syntax
| Return Value |
Method |
|---|---|
| string | getAttribute(String attribute) |
Parameters
| Parameter | Description |
|---|---|
| attribute | Specifies an attribute to be retrieved from the control. |
Return Value
Returns the text value of this attribute, or "" if the attribute isn't set.
Remarks
This functionality is primarily intended for setting low-level BUI element attributes or DWC component attributes. When running in GUI, the attributes don't 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.