PageURL

 

Type

 

String

 

Description

 

When this property is set to a URL, Webster initiates loading for the page specified by that URL (or immediately retrieves it from cache, if it is available there). Read this property to determine the URL of the current page.

 

Example

 

REM What is the current page URL?

currentPageUrl = WebsterPro1.PageURL

 

Remarks

 

When this property is set at design time then loading of the specified URL starts right after the control is created.

 

Assigning a URL to this property is the easiest way to load a page into Webster. It is equivalent to calling the Navigate method with the flags argument set to NavGet.

 

The Navigate method provides a significant degree of additional flexibility and control over the loading process and is the preferred way to load pages.