Type
Long Integer
Description
Determines the number of concurrent page loads allowed in the 32-bit control. Fixed at 1 in the 16-bit version.
Example
REM Allow up to eight simultaneous page loads
WebsterPro1.MaxPageLoads = 8
Remarks
Webster 32-bit can load several pages simultaneously. If you hyperlink out of a page before it is fully loaded, it will continue to load until data from the new page becomes available. The new page will then get top priority, but the older page will also load to completion in the “background”.
When the limit on concurrent loads is reached, additional hyperlink clicks are queued and honored as soon as possible.