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.textItalic = ControlConstants.TEXT_ITALIC; controls.TEXT1.setTextItalic(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: