SHOWCHECKBOX Property
9.0, PLBCMP GUI Only
The SHOWCHECKBOX property indicates whether a checkbox should be shown with an EDITDATETIME object. The property uses the following format:
SHOWCHECKBOX={value}
Note the following:
SHOWCHECKBOX may be used in CREATE or GETPROP statements of an EDITDATETIME object.
{value} is a decimal number, a Numeric Variable, an Expression, or a keyword as defined in PLBEQU.INC. The supported values and keywords are:
|
Value |
Keyword |
The checkbox is ... |
|
0 |
$OFF |
not displayed. |
|
1 |
$ON |
displayed. |
When using the PL/B Web Server, this property is not supported.
See Also: Object Properties, Object IO Instructions, Object Definitions
![]() |