Modified

Property

Document.Modified (read-write, Boolean)

Syntax

Document.Modified [= boolean]

Remarks

When read, indicates whether the document has been changed since it was loaded into MaxIm DL. The Modified flag is also true for an image acquired from the Camera Control window until it has been saved.

The Modified property can be set by plug-ins that use any of DirectMono, DirectRed, DirectGreen, and DirectBlue to access or alter the image data. Plug-ins can set Modified in order to cause MaxIm DL to issue a warning if the user closes a document without having saved it.

Setting Modified from a script or external application has no effect.