ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

Handling a formatted display control through programming
WEBDEV allows you to handle a formatted display control through programming......
Deploying a Java archive
Like for any application, WINDEV allows you to create a setup program for a Java application......
1. WLanguage functions
Most of the WLanguage functions available in WINDEV are also available in WINDEV Mobile....
Handling Rating controls programmatically
WINDEV, WEBDEV and WINDEV Mobile allow you to handle Rating controls programmatically....
Modbus constants
Constants used by the Modbus management functions....
Error 1022: The access to the method of the class is restricted by a protected inheritance
AFTER
Runs a process only after a given procedure has been executed, and continues to execute the current code while waiting for this procedure to end.
Modbus functions (prefix syntax)
List of Modbus functions...
Events associated with reports
The following events are associated to reports (order of appearance in the code editor)......
The structure of the RAD patterns (kept for backward compatibility)
...The RAD pattern files (MDL files) are used to describe:...
Compilation statement: COMPILE IF
The <COMPILE IF> statement allows you to compile (or not) a WLanguage code according to a condition.
Handling a Range Slider through programming
WINDEV allows you to handle a Range Slider control through programming......
5. Displaying a WEBDEV Session site
Content of the Table control
A Table control can be based on a data file, based on a variable or populated programmatically......
Action Bar control events
Handling a group of controls through programming
WINDEV, WEBDEV et WINDEV Mobile allow you to handle a group of controls through programming......
ERR_PARSER
Adding an element to the SCM repository
When an element is added to the SCM (Source Code Manager) repository, it is added to the reference project on the SCM server......
Internal procedure
Several features require a procedure called once or several times via a WLanguage function ("Callback")....
GetCountryName (Function)
Returns the name of a country that corresponds to its ISO code according to the ISO 3166-1 standard.
EmailExportHTML (Function)
Retrieves the HTML code of an email to display it in an HTML control (HTML control, HTML Display control, etc.).
Translating the code
WINDEV, WEBDEV and WINDEV Mobile allow you to automatically translate your WLanguage code from English into French and vice versa......
Configuring an existing project for the SCM
Some operations are required before an existing project can be used by the Source Code Manager......
<Email variable>.ExportHTML (Function)
Retrieves the HTML code of an email to display it in an HTML control (HTML control, HTML Display control, etc.).
CriticalSection
The CriticalSection keyword can correspond to: the CriticalSection function, which makes it possible to enable a named or on-variable critical section in the statement USING ... IN. the CriticalSection variable, which makes it possible to define critical sections to limit the simultaneous execution of a code (procedure, line of code, etc.) to one thread at a given moment in an application....