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