ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

Compilation statement: COMPILE IF
The <COMPILE IF> statement allows you to compile (or not) a WLanguage code according to a condition.
Translating the code
WINDEV, WEBDEV and WINDEV Mobile allow you to automatically translate your WLanguage code from English into French and vice versa......
ModificationRule (Property)
The ModificationRule property is used to configure the modification rule (integrity management) to be applied to the data file described in the code.
<Email variable>.ExportHTML (Function)
Retrieves the HTML code of an email to display it in an HTML control (HTML control, HTML Display control, etc.).
Warning 127: You are using a data source local to the process
Returns the date of the last day of the week corresponding to a given date....
Native Container control events
The following events appear by default in the WINDEV and WINDEV Mobile code editor...
InUniversalWindowsAppSimulatorMode (Function)
Indicates whether the code is run in the simulator for Universal Windows Platform applications. Function kept for backward compatibility....
Compiler (Property)
The Compiler property gets and sets the compiler options in the Code Editor control, in particular, which functions are allowed or disallowed.
Thumbnail control properties
List of properties associated with the Thumbnail control...
Events associated with Bar Code controls
List of events associated with Bar Code controls...
NbRecRead (Property)
The property NbEnrLu property lets you know the number of records read: selected by both the report source AND the filter code (if any).
SCM: Adding a project to the repository
Some operations are required before an existing project can be used by the Source Code Manager......
EmailExportHTML (Function)
Retrieves the HTML code of an email to display it in an HTML control (HTML control, HTML Display control, etc.).
Events associated with List Box controls
List of events associated with List Box controls...
Mobile Image Editor control events
Formats WLanguage code: coloring, normalized rewriting, indentation, translation, etc....
Action Bar control events
Moves backward several records from the current position in the data file, according to a specified item....
Migrating a WEBDEV site to PHP
To migrate a WEBDEV site to PHP......
Copying and cloning
Variables are copied using the "=" operator...
Search in current code
When coding, developers often need to do a quick search in the current code...
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......
ERR_PARSER
Handling a Range Slider through programming
WINDEV allows you to handle a Range Slider control through programming......
Analyzing dependencies and orphan images (WEBDEV)
To help you manage the navigation of the Web users in your sites, an advanced feature for analyzing the dependencies and the orphan images is available in WEBDEV......
Accessing a database in local mode (SQLite)
WEBDEV allows a site to create and access a database created by the browser on the computer of the Web user in browser code....