SHOWUPDOWN Property
9.0, PLBCMP GUI Only
The SHOWUPDOWN property indicates whether a drop-down month calendar or an up-down control should be shown with an EDITDATETIME object. The property uses the following format:
SHOWUPDOWN={value}
Note the following:
SHOWUPDOWN may be used in CREATE or GETPROP statements of an EDITDATETIME object.
If the FORMAT property is set to $DTFORMATTIME, an up-down control is always shown.
{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 control displayed is ... |
|
0 |
$OFF |
the drop-down month calendar. |
|
1 |
$ON |
the up-down month calendar. |
When using the PL/B Web Server, this property is not supported.
See Also: Object Properties, Object IO Instructions, Object Definitions
![]() |