SELPROTECTED Property
9.0B, PLBCMP GUI Only
The SELPROTECTED property indicates whether the current selection is protected from being changed. The property uses the following format:
SELPROTECTED={value}
Note the following:
SELPROTECTED may be used in SETPROP or GETPROP statements for RICHEDITTEXT 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:
|
Keyword |
Value |
The selection is ... |
|
$OFF |
0 |
not protected. |
|
$ON |
1 |
protected. |
See Also: Object Properties, Object IO Instructions, Object Definitions
![]() |