True when the value in Text has been changed.
Source position: stdctrls.pp line 867
public property TCustomEdit.Modified : Boolean |
Modified is a Boolean property which indicates if the value in Text has been changed when a CM_TEXTCHANGED message is handled for the control. The value is set to True in the TextChanged method. The value is reset to False when RealSetText is called to store the value in Text to the buffer for the control.
|
The text displayed and edited for the control. |
|
|
Applies case conversion (if needed), and updates the editing cursor selection text. |
|
|
Updates Modified and the TextHint display when storing the new Text value. |
CT Web help |
CodeTyphon Studio |