ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

Properties associated with a page
Testing a static page
The test of a single page allows you to run the current page in WEBDEV......
Help page identifier
To display a specific help page from your WINDEV application, an identifier must be specified...
Page management functions
List of functions for managing pages...
Page Header block
The Page header block is printed on each new page......
Page Footer block
The Page footer block is run at the end of each page......
Manipulating controls in a page
The different operations that can be performed on the page controls are as follows......
The Internal Page control
...The "Internal Page" control is used to include a page (and its code) in a control of another...
WEBDEV Page control
The WEBDEV Page control allows you to integrate a WEBDEV page into a WINDEV application......
Controls of a dynamic page
Several types of controls can be handled in a dynamic page ......
Properties of a help page
The characteristics of a help page are used to define......
Internal Page properties
List of WLanguage properties associated with Internal Page controls...
<Page>.FromFile (Function)
Automatically updates the controls of a page with: the values of the bound items in the current...
<Page>.ToSource (Function)
in the page. the value of the WLanguage variables with the value of the page controls....
<Page>.Display (Function)
Displays a web page in the user's browser....
<Page>.ToFile (Function)
... in the page. The table items bound to the window controls are automatically updated with the values...
<Page>.OpenChild (Function)
Opens a non-modal child window.
<Page>.Refresh (Function)
Refreshes a page displayed in the user's browser from the context on the server....
Single Page App
A "Single Page App" is a Web application (Internet or Intranet) whose all pages are grouped...
<Page>.Address (Function)
Used to find out the Internet address of a page.
1
2
3
4
5
6
168
>