IPythonModule.Modified

Syntax

Modified: Boolean;

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.

Fore and Fore.NET Examples

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

See also:

IPythonModule