<< Click to Display Table of Contents >> ControlsModified |
VPE keeps track, if the content (or value) of any control in the document has been modified. This property allows to read and explicitly set or reset the modification state of the document.
property boolean VPE.ControlsModified
read / write; runtime only
Possible Values:
Value |
Description |
True |
the document is modified |
False |
the document is not modified |
"Interactive Documents" in the Programmer's Manual.