Web Page

433

The Web Page Web Control is a Container element that groups Web Controls.

General

Variables

Variables can be of any Data Type and can be used for:

  • Passing information to the Web Page when navigating to it.
  • Reading and storing runtime information from any Web Control in the Web Page.

These are divided into:

  • User Managed: are the ones users create at the Web Page level

  • Auto Created: are created automatically when certain Web Controls are added to the Web Page.

Accessibility

Title

Expects type text

Defines the <title> of the web page.

Style

Web Pages are compound controls and each of their sub-controls can be styled. See Common Style Properties of Web Controls.

Actions

Web Flow Updated

This event is fired when the Web Page is first loaded.

Web Page Viewed

This event is fired every time the Web Page is loaded or the browser tab is refreshed.