ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

"Preset controls" pane
The "Preset controls" pane proposes several preset controls that can be included in the current window or in the current page by "Drag and Drop"......
"Project explorer" pane
The "Project explorer" pane is used to simplify the development environment of WINDEV, WEBDEV and WINDEV Mobile......
The "Code snippets" pane
The "Code snippets" pane lists the code snippets currently available......
The "Compilation errors" pane
The "Compilation errors" pane is used to find out......
The "Image catalog" pane
The "Image catalog" pane is a context-sensitive image catalog......
Preset page templates
The preset page templates provide some structures of pages corresponding to a wide range of sites and they also improve the re-usability and the graphic harmony between the projects......
ERR_MISSING_PAGE
ERR_CLOSED_PAGE
ERR_NO_CURRENT_PAGE
Multi-page print
A report can be very wide, with a width exceeding the width of a paper sheet......
The Slider control (in a page)
WEBDEV proposes two types of sliders......
"Test results" pane
The "Test results" pane shows the results of the different stand-alone tests in a project......
Page templates and inheritance
When a page template is applied to a page, all the controls and code found in the template are "copied" into the page......
11. Popup page
10. Page templates
Image control in a page
<Page>.Exist (Function)
Allows you to find out whether a page context exists on the server (which means whether the page was opened).
<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.