Indicates whether the user edited the text of the edit control.
property Modified: Boolean;
Use Modified to determine whether the Lines of the syntax memo changed. If an application directly alters the Lines property of a syntax memo, it should set the Modified property to True.
TCustomSyntaxMemo Properties