ControlWindow.Modified Property | |
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
public virtual Usual Modified { get; set; }
Request Example
View SourceProperty Value
Type:
UsualA 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