ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Page Footer block
The Page footer block is run at the end of each page......
<Page>.Refresh (Function)
Refreshes a page displayed in the user's browser from the context on the server....
<Page>.Address (Function)
Used to find out the Internet address of a page.
<Page>.Display (Function)
Displays a web page in the user's browser....
<Page>.DisplayDialog (Function)
Displays a page in modal mode. This function is used to establish a dialog with the user. The page is displayed in the foreground while the opening page is displayed in the background, grayed by the DDW mechanism.
<Page>.Use (Function)
Displays a WEBDEV page in the browser of the Web user and closes all the current page contexts.
<Page>.ClosePopup (Function)
Hides a popup page displayed in the page via PopupDisplayPage.
<Page>.DisplayPopup (Function)
Displays a WEBDEV page as a popup in the current page with a DDW (Dim Disabled Windows) effect.
<Page>.OpenChild (Function)
Opens a non-modal child window.
Range Area chart
The Range Area chart is used to show a variation between a high and a low value......
Help page identifier
To display a specific help page from your WINDEV application, an identifier must be specified for each page found in your help system......
Page management functions
List of functions for managing pages...
<Page>.Exist (Function)
Allows you to find out whether a page context exists on the server (which means whether the page was opened).
Manipulating controls in a page
The different operations that can be performed on the page controls are as follows......
The "Business rules" pane
The "Business rules" pane displays the list of business rules associated with the project......
The "Interactive zoom" pane
The "Interactive zoom" pane is used to zoom the section currently hovered by the mouse cursor......
The "Find - Replace" pane
The "Find - Replace" pane is used to......
The "UML analysis" pane
The "UML analysis" pane displays the different UML diagrams (class diagram, deployment diagram, ......
The "Code hashtags" pane
WEBDEV Page control
The WEBDEV Page control allows you to integrate a WEBDEV page into a WINDEV application......
Polar Area charts
Polar Area charts are similar to Pie charts. However, each segment has the same angle......
Controls of a dynamic page
Several types of controls can be handled in a dynamic page ......
The "Task list" pane
The "Task list" pane displays the list of tasks that must be performed......
Properties associated with a page
Internal Page properties
List of WLanguage properties associated with Internal Page controls...