ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

The different WEBDEV Application Servers
WEBDEV includes several WEBDEV Application Servers......
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)....
Properties associated with the breaks of a Table control
Several properties can be used with the breaks found in a Table control......
<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)....
Multi-project search
Performing a search in the current project is a common operation......
Natif DB2 Connector for WINDEV and WEBDEV
WINDEV and WEBDEV propose an optional Native Connector to DB2......
Manipulating Repositionable Note controls programmatically
A Repositionable Note control can be handled through programming......
NULL values: Allowing nullable types
Starting with version 2024, you can allow nullable types in a WINDEV, WEBDEV or WINDEV Mobile project......
The Combo Box control
The "Combo Box" control is used to display a list of elements and to select an element from this list......
Handling Spreadsheet controls programmatically (in a window)
Spreadsheet controls can be handled programmatically......
WINDEV: Example of programmed Drag and Drop
Describe a WEBDEV style
This window enables you to describe the WEBDEV style that will be used for the controls of your WEBDEV project......
The Java Applet control
A Java Applet control allows you to easily include Java Applets in your WEBDEV sites......
CustomMenu
The CustomMenu allows you to create a custom menu in the menu bar of WINDEV, WEBDEV and WINDEV Mobile......
Handling Context Menu controls programmatically
WEBDEV includes different WLanguage functions and properties to handle Context Menu controls programmatically......
Page in Session mode: Populating controls after a long process
In a web application, you may need to run long processes (for example, to update counters......
ERR_DISCONNECTED_RELOG