
These properties can be set or read from any Check
Box item whose Implementation Class property is set to:
oracle.forms.fd.LAF_XP_CBox
![]()
Draw the check box background or not.
property value:
true|false
The standard Forms items use always
a background to draw the GUI component onto the canvas.
If you use a gradient canvas, the gradient is hidden with this background and
the result is not nice.
In this case, set the opaque property to false.
Idem as SET_OPAQUE but for all the check boxes of the current module.
property value:
See SET_IMAGE
Turn ON/OFF the debug messages.
By default the all logs are OFF.
Allowed values are : ‘true’ or ‘false’.
Set_Custom_Property( '…', 1, 'SET_DEBUG', 'true' ) ;