<< Click to Display Table of Contents >> StatusProgress |
[GUI Control Only, not supported by the Community Edition]
Sets the Progress Bar to the given percentage value.
property integer VPE.StatusProgress
write; runtime only
Possible Values:
a number between 0 and 100, specifying the percentage value, the progress bar shall display
Example:
Doc.OpenProgressBar
for n = 0 to 100
Doc.StatusProgress = n
next n
Doc.CloseProgressBar