AUTOWORDSEL Property
9.0B, PLBCMP GUI Only
The AUTOWORDSEL property controls the automatic word selection state. The property uses the following format:
AUTOWORDSEL={value}
Note the following:
AUTOWORDSEL may be used in CREATE, 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:
|
Value |
Keyword |
Selection of any part of a word ... |
|
0 |
$OFF |
does not select the whole word. (default) |
|
1 |
$ON |
forces selection of the whole word. |
See Also: Object Properties, Object IO Instructions, Object Definitions
![]() |