ControlWindow.Modified Property (Typed) | |
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:
XSharp.VO.SDK
Assembly:
XSharp.VOGUIClasses (in XSharp.VOGUIClasses.dll) Version: 2.19
Syntax VIRTUAL PROPERTY Modified AS LOGIC GET SET
public virtual bool Modified { get; set; }
Request Example
View SourceProperty Value
Type:
LogicA 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