Type
Boolean
Description
Determines whether embedded objects (e.g. images) are re-loaded when a page is reloaded via the Reload method or the corresponding button. Object reload is enabled (True) by default.
Example
REM The images don’t change, so need not be reloaded with the page:
WebsterPro1.ReloadIncludesObjects = False
Remarks
When re-loading a page for which the text has changed but not the images, setting this property to False will cause the embedded images in that page to be retrieved from cache rather than re-loaded from the server. This will improve performance and reduce network utilization.