SELRANGE Property
PLBCMP GUI Only
The SELRANGE property enables display of a selection range in a SLIDER object. The property uses the following format:
SELRANGE={value}
Note the following:
SELRANGE may be used in CREATE, SETPROP, or GETPROP statements of a SLIDER object.
If this property is enabled, the SLIDER object uses the SELSTART and SELLENGTH values to define the highlighted selection output.
{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 |
Selection highlighting is ... |
|
0 |
$OFF |
disabled. (default) |
|
1 |
$ON |
enabled. |
The SELRANGE property is not supported for a SLIDER when using the PL/B Web Server.
See Also: Object Properties, Object IO Instructions, Object Definitions
![]() |