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:
EDITHIDESEL may be used in CREATE, SETPROP, or GETPROP statements of an EDITTEXT, EDITNUMBER, or RICHEDITTEXT object.
If this property is enabled, the selected text is inverted even if the object does not have the focus.
{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 mode is ... |
|
0 |
$OFF |
disabled. (default) |
|
1 |
$ON |
enabled. |
When using the PL/B Web Server, this property is not supported.
See Also: Object Properties, Object IO Instructions, Object Definitions
![]() |