ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

Custom properties (WLanguage)
A custom property is a code element with two events...
Page templates
WEBDEV allows you to create page templates...
EnumElement (Function)
Enumerates project elements: windows, pages, reports, queries, etc.
The "Browser" pane
When a WINDEV, WEBDEV or WINDEV Mobile element (analysis, query, ......
Appendix 3: Configuration file
Bloque entièrement ou partiellement un fichier externe....
5. Site test in practice
ControlPane (Function)
Returns the name of static or dynamic pane found in a Tab control associated with a control.
The HTML Editor control
The HTML Editor control allows users to create and modify HTML pages......
Printing reports from a WEBDEV site
By default, the "Print" icon allows the Web user to print the current site page......
Pre-launched sessions
A pre-launched session is a session of a Web site (or web service) automatically started on the Web server from the WEBDEV Application Server......
Characteristics of the Looper control in a page
To view the characteristics of the control, select "Description" in the context menu....
UI compilation errors
UI compilation errors indicate the possible problems detected in your interfaces whenever a window, a page or a report is saved or whenever the project is recompiled......
ERR_BAD_CONTEXT_FOUND
Properties associated with the breaks of a Table control
Several properties can be used with the breaks found in a Table control......
NULL values: Allowing nullable types
Starting with version 2024, you can allow nullable types in a WINDEV, WEBDEV or WINDEV Mobile project......
FileToScreen (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 table described in the data model editor. the values of the bound WLanguage variables. This operation is performed regardless of the state of the controls (grayed, inactive or invisible)....
PageFromSource (Function)
Automatically updates the controls of a page with: the values of the bound items in the current record (loaded in memory) of the HFSL table described in the data model editor. the values of the bound WLanguage variables. This operation is performed regardless of the state of the controls (grayed, inactive or invisible)....
<Source>.ToPage (Function)
Automatically updates the controls of a page with: the values of the bound items in the current record (loaded in memory) of the HFSL table described in the data model editor. the values of the bound WLanguage variables. This operation is performed regardless of the state of the controls (grayed, inactive or invisible)....
<Window>.FromFile (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 table described in the data model editor. the values of the bound WLanguage variables. This operation is performed regardless of the state of the controls (grayed, inactive or invisible)....
The Navigation Bar control
The Navigation Bar control is used to create a menu area that can easily adapt to the browser size......
Share your projects via Git
Git is a source code manager......
Using offline sites
WEBDEV allows you to specify that a site or a set of pages can operate in off-line mode (without an Internet connection)....