SELECTALL Property
PLBCMP GUI Only
The SELECTALL property specifies that upon gaining focus an object should have all text selected. The property uses the following format:
SELECTALL={value}
Note the following:
SELECTALL may be used in CREATE, SETPROP, or GETPROP statements of an EDITTEXT, EDITNUMBER, or RICHEDITTEXT object.
{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 |
The initial selection mode is ... |
|
0 |
$OFF |
disabled. (default) |
|
1 |
$ON |
enabled. |
See Also: Object Properties, Object IO Instructions, Object Definitions
![]() |