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:

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

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

  3.  

    Value

    Keyword

    The checkbox is ...

    0

    $OFF

    not displayed.

    1

    $ON

    displayed.

     

  4. 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 SHORTCUT Property SHOWPANEL Property