Control - Modified Property
Modified indicates that the contents of the component have changed
Member of Control (PRIM_CTRL)
Data Type - Boolean
Details
The Modified property is a generic check to determine if the contents of a control have been changed by the user.
The property is changed automatically whenever a user interaction causes a change in state. It is not changed if the control is changed programmatically.
Composite controls such as Form and Panel will be flagged a modified if a child control is modified.
Setting the Modified property back to False will propagate the change to child controls.