
BBjControl::putClientProperty
Description
In BBj 17.0 and higher, this method sets a client property on the BBjControl.
Syntax
Return Value |
Method |
void |
putClientProperty(Object key, Object value) |
Parameters
Variable |
Description |
key |
Specifies a property key to be set on the control. |
value |
Specifies the value of that property. |
Return Value
None.
Remarks
This functionality is primarily intended for setting low-level control properties in GUI (Java Swing controls). When running in BUI, the properties don't affect the control itself, but may be used by the developer.
Example
rem ' putClientProperty |
See Also
See the BBj Object Diagram for an illustration of the relationship between BBj Objects.