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:

  1. SHOWUPDOWN may be used in CREATE or GETPROP statements of an EDITDATETIME object.

  2. If the FORMAT property is set to $DTFORMATTIME, an up-down control is always shown.

  3. {value} is a decimal number, a Numeric Variable, an Expression, or a keyword as defined in PLBEQU.INC. The supported values and keywords are:

  4.  

    Value

    Keyword

    The control displayed is ...

    0

    $OFF

    the drop-down month calendar.

    1

    $ON

    the up-down month calendar.

     

  5. When using the PL/B Web Server, this property is not supported.

 

See Also: Object Properties, Object IO Instructions, Object Definitions

 



PL/B Language Reference SHOWTIPS Property SHOWWEBMENU Property