<< Click to Display Table of Contents >> VpeGetControlsModified |
VPE keeps track, if the content (or value) of any control in the document has been modified. This porperty returns the current modification state of the document.
int VpeGetControlsModified(
VpeHandle hDoc,
)
VpeHandle hDoc
Document Handle
Returns:
Value |
Description |
True |
yes, at least one of the control's value has been modified |
False |
no |
"Interactive Documents" in the Programmer's Manual.