EDITHIDESEL Property


PLBCMP GUI Only

 

The EDITHIDESEL property negates the default behavior for EDITTEXT or EDITNUMBER objects of hiding the selection when the object loses focus and inverting the selection when it receives focus. The property uses the following format:

 

EDITHIDESEL={value}

Note the following:

  1. EDITHIDESEL may be used in CREATE, SETPROP, or GETPROP statements of an EDITTEXT, EDITNUMBER, or RICHEDITTEXT object.

  2. If this property is enabled, the selected text is inverted even if the object does not have the focus.

  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 mode is ...

    0

    $OFF

    disabled. (default)

    1

    $ON

    enabled.

     

  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 EDITCSS Property (DATATABLE) EDITLIST Property (DATATABLE)