OVERTYPE Property
PLBCMP GUI Only
The OVERTYPE property specifies the initial editing mode for an object. The default edit mode is character insertion. The property uses the following format:
OVERTYPE={value}
Note the following:
OVERTYPE 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 overtype mode is ... |
|
0 |
$OFF |
disabled. (default) |
|
1 |
$ON |
enabled. |
See Also: Object Properties, Object IO Instructions, Object Definitions
![]() |