Contents - Index - Previous - Next


Modified property




Declaration
property Modified: Boolean;

Description

Indicates whether the document has been modified since it was loaded or saved.

The property is set to True automatically when the contents of the document are modified either by being edited directly or programmatically.

You may set the property at run-time to change the modified state of the document.

In Browse mode, Modified is always set to False, even if it was True in Edit mode. However, the value of the Modified property is persisted; if Modified was True when the control was switched to Browse mode, it is set back to True again when the control is switched back to Edit mode.

Run-time only