Click or drag to resize

SingleLineEdit.OverWrite Property

X#
A constant representing the overwrite mode for a single-line edit control.

Namespace:  VO
Assembly:  VOGUIClasses (in VOGUIClasses.dll) Version: 2.19
Syntax
 VIRTUAL PROPERTY OverWrite AS USUAL GET SET 
Request Example View Source

Property Value

Type: Usual
A constant representing the overwrite mode for a single-line edit control.
Remarks
A constant representing the overwrite mode for a single-line edit control. This property affects only an edit control with an active PICTURE clause. Valid values are:
ConstantDescription
OVERWRITE_NEVEREdit control is always in INSERT mode.
OVERWRITE_ONKEYThe mode depends on the state of the INSERT key.
OVERWRITE_ALWAYSEdit control is always in OVERWRITE mode.
See Also