RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TCustomEdit.Modified Property

Indicates whether the user edited the text of the edit control.

Pascal
property Modified: Boolean;
C++
__property Boolean Modified;

Use Modified to determine whether the user changed the Text property of the edit control. Modified is only reset to False when you assign a value to the Text property. In particular, it is not reset when the control receives focus. 

 

Copyright(C) 2008 CodeGear(TM). All Rights Reserved.
What do you think about this topic? Send feedback!