<< Click to Display Table of Contents >> VpeSetControlsModified |
VPE keeps track, if the content (or value) of any control in the document has been modified. This property allows to explicitly set or reset the modification state of the document.
void VpeSetControlsModified(
VpeHandle hDoc,
int yes_no
)
VpeHandle hDoc
Document Handle
int yes_no
Value |
Description |
True |
mark the document as modified |
False |
mark the document as unmodified |
"Interactive Documents" in the Programmer's Manual.