ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

<Page>.Exist (Function)
Allows you to find out whether a page context exists on the server (which means whether the page...
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......
Refreshing the page data
In a dynamic WEBDEV site, the page data is refreshed during a user action......
11. Popup page
10. Page templates
9. Internal page
Single Page App
A "Single Page App" is a Web application (Internet or Intranet) whose all pages are grouped...
Image control in a page
Preset page templates
The preset page templates provide some structures of pages corresponding to a wide range of sites...
<Page>.FromFile (Function)
Automatically updates the controls of a page with: the values of the bound items in the current...
<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...
<Page>.Use (Function)
Displays a WEBDEV page in the browser of the Web user and closes all the current page contexts.
<Page>.ToFile (Function)
... in the page. The data file items bound to the window controls are automatically updated with the values...
<Page>.ToSource (Function)
in the page. the value of the WLanguage variables with the value of the page controls....
<Page>.FromSource (Function)
Automatically updates the controls of a page with: the values of the bound items in the current...
<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.
1
2
3
4
5
6
168
>