Modified: Boolean;
The Modified property determines whether there are unsaved changes in module text.
The property returns True if the text contains changes, and False if the text has not been changed.
The example of use is given in description of the IPythonModule.Text property.
See also: