ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Tab order in a window, a page, etc.
The tab order of the controls found in a window or in a page describes the order in which the controls take focus in a window when the user presses the [Tabulation] key......
Handling a Switch control through programming
WINDEV, WINDEV Mobile and WEBDEV allow you to handle a Switch control by programming......
<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 data file 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)....
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......
Automatic AJAX
The diagram below presents the automatic and immediate use of AJAX in a WEBDEV site......
Handling Context Menu controls programmatically
WEBDEV includes different WLanguage functions and properties to handle Context Menu controls programmatically......
Manipulating Diagram Editor controls programmatically
In WINDEV and WEBDEV, you can handle Diagram Editor controls programmatically......
<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 data file 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 data file 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 "Task list" pane
The "Task list" pane displays the list of tasks that must be performed......
Handling a Repositionable Note control through programming
A Repositionable Note control can be handled through programming......
ERR_DISCONNECTED_RELOG
The "Find - Replace" pane
The "Find - Replace" pane is used to......
The Context Menu control (WEBDEV)
Context menus are often used in websites......
Enumeration and Combination items
WINDEV, WEBDEV and WINDEV Mobile propose the Enumeration and Combination types......
Configuring the "fax server" computer
WINDEV and WEBDEV allow you to manage faxes via the system fax server, available in Windows XP and Windows 2000......
Creating and using a REST Webservice
A REST WebService is a program hosted on a server containing functions accessible via HTTP requests......
Handling Organization Chart controls programmatically
External language: Programming in Pascal
We are going to call the elements developed in WINDEV (project, windows, ......
Notification (Type of variable)
The Notification type is used to handle the local notifications or the push notifications.
The "Code snippets" pane
The "Code snippets" pane lists the code snippets currently available......
ERR_BAD_DLLEXE
ERR_BAD_FILE
Image control in a page