Click or drag to resize

Control.Modified Property

X#
A logical value that is set to TRUE when a standard edit control or editable combo box 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 that is set to TRUE when a standard edit control or editable combo box is in the process of being modified.
Remarks
A logical value that is set to TRUE when a standard edit control or editable combo box is in the process of being modified. When the editing is completed and focus shifts to another control, Control:Modified is reset to FALSE. Control:Modified is initialized to FALSE when the control is created.
See Also