Method XbpHTMLViewer2():progressChange() Foundation
A progress change occurred in the current operation.
:progressChange( <nProgress>, <nProgressMax> ) --> self
This method returns self.
The xbeHTML_ProgressChange notification informs the application about a change in progress of the current operation. When a document is loaded, the object uses the xbeHTML_ProgressChange notification to inform the application about the progress made.
To calculate the percentage of progress, the application can use the following formula:
nPercent := Min( Int((nProgress * 100) / nProgressMax), 100 )
If you see anything in the documentation that is not correct, does not match your experience with the particular feature or requires further clarification, please use this form to report a documentation issue.