Click or drag to resize

SingleLineEdit.OverWrite Property (Typed)

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

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

Property Value

Type: Long
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