TCustomRichViewEdit.Modified

<< Click to display table of contents >>

TCustomRichViewEdit.Modified

Value of this property is True if document was modified

property Modified: Boolean.

This is a public (not published) property.

Initially it is False. Calling Clear resets it to False.

Any editing operation, including calling any editor-style method (which invokes OnChange event) sets it to True.

Calling any method introduced in TCustomRichView does not affect it.

If you use this property, set it to False after saving document to file.