ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

In depth look at windows, pages and reports
WINDEV, WINDEV Mobile and WEBDEV allow you to create custom interfaces with the window editor and the page editor......
Document (Property)
The Document property is used to identify or modify the HTML document associated with an HTML Display control or an HTML Editor control.
Finding the unused WEBDEV styles
In most cases, most of the presentation styles are created when designing a site......
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......
SemiDynamicPageDisplay (Function)
Displays a semi-dynamic page in the browser of the Web user from a dynamic or static WEBDEV page.
Responsive Web Design: Managing a header bar
This help page explains how to create a page containing a header bar in Responsive Web Design mode......
Multilingual project
SourceToScreen (Function)
Automatically updates the controls in a window or page with: the values of the bound items in the current record (loaded in memory) of the HFSL data file described in the data model editor. the values of the bound WLanguage variables....
2. Deploying a website via HTTP
WEBDEV Tutorial - Website deployment Lesson 2 - Deploying a website via HTTP - 30 min
The Rich Text Area control
The Rich Text Area control is a Static control offering several layout possibilities......
HTMLToRTF (Function)
Converts an HTML string or an HTML buffer to an RTF string.
Adapting a project to use the skins
An existing project (developed with an earlier WEBDEV version for example) can be easily adapted to use the skin elements......
Binding controls to data
A window or page can display information from......
PageEndStick (Property)
The PageEndStick property is used to: Determine the page footer should be right below the last block. Change the page footer block options....
<Page>.ToSource (Function)
Automatically initializes: the value of the items in a table with the value of the controls in the page. the value of the WLanguage variables with the value of the page controls....
PageToSource (Function)
Automatically updates: the value of the items in a table with the value of the controls in the page. the value of the WLanguage variables with the value of the page controls....
SourceFromPage (Function)
Automatically updates: the value of the items in a table with the value of the controls in the page. the value of the WLanguage variables with the value of the page controls....
<Source>.FromPage (Function)
Automatically updates: the value of the items in a table with the value of the controls in the page. the value of the WLanguage variables with the value of the page controls....
<htmlDocument variable>.Save (Function)
Saves the content of an htmlDocument variable to an HTML file.