from the delphi help.
Its amazing what you get when you
select a component and press F1.
**********************************************************
Modified property (TCustomEdit)
Delphi syntax: property Modified: Boolean;
Description:
Use Modified to determine whether the Text property of the edit control changed. If an application directly alters the Text property of an edit control, it should set the Modified property to true.
**********************************************************
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.