SELTYPE Property
PLBCMP GUI Only
The SELTYPE property reports the type of selection in an object. The property uses the following format:
SELTYPE={value}
Note the following:
SELTYPE may be used in 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 |
|
$SEL_EMPTY |
0x0 |
|
$SEL_TEXT |
0x1 |
|
$SEL_OBJECT |
0x2 |
|
$SEL_MULTICHAR |
0x4 |
|
$SEL_MULTIOBJECT |
0x8 |
See Also: Object Properties, Object IO Instructions, Object Definitions
![]() |