Click or drag to resize

Edit.Modified Property

X#
A logical value indicating whether an editable control is in the process of being modified.

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

Property Value

Type: Usual
A logical value indicating whether an editable control is in the process of being modified.
Remarks
A logical value indicating whether an editable control is in the process of being modified. While you are editing the text, it is set to TRUE. When the edit is completed and focus shifts to another control, Edit:Modified is reset to FALSE.
See Also