HIDESEL Property
PLBCMP GUI Only
The HIDESEL property indicates whether the selected item should still be shown as selected when the object loses focus. The property uses the following format:
HIDESEL={value}
Note the following:
HIDESEL may be used in CREATE, SETPROP, or GETPROP statements of LISTVIEW or TREEVIEW objects.
{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 |
Selected item will appear ... |
|
0 |
$OFF |
as normal text when focus is lost. (default) |
|
1 |
$ON |
highlighted when focus is lost. |
This property is not available when using the PL/B Web Server.
See Also: Object Properties, Object IO Instructions, Object Definitions
![]() |