IPythonModule.Modified

Syntax

Modified: Boolean;

Description

The Modified property determines whether there are unsaved changes in module text.

Comments

The property returns True if the text contains changes, and False if the text has not been changed.

Example

The example of use is given in description of the IPythonModule.Text property.

See also:

IPythonModule