Supported values:
Setting a value of null removes any existing value for the property. Note that any inherited value from a parent control may still apply.
null
Examples:
controls.TEXT1.textBold = ControlConstants.TEXT_BOLD; controls.TEXT1.setTextBold(ControlConstants.TEXT_NORMAL);
Supported values:
Setting a value of
null
removes any existing value for the property. Note that any inherited value from a parent control may still apply.Examples: