Click or drag to resize

ControlWindow.Modified Property

X#
A logical value indicating whether the control on which the control window is based has been changed by the user since it was last set.

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 the control on which the control window is based has been changed by the user since it was last set.
Remarks
A logical value indicating whether the control on which the control window is based has been changed by the user since it was last set. TRUE indicates that the control has changed (even if it has not yet been validated or has failed validation); FALSE indicates that it has not.
See Also