ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

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....
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.
Handling a Range Slider through programming
WINDEV allows you to handle a Range Slider control through programming......
Compilation statement: COMPILE IF
The <COMPILE IF> statement allows you to compile (or not) a WLanguage code according to a condition.
Action Bar control events
ChangeSeparator (Function)
Changes the value of the separators (decimal separator or thousand separator) used in the numeric masks for internationalization.
Clickable control in a report
The report editor allows you to propose clickable controls during the print preview......
Programming a status bar
WINDEV allows you to handle a status bar and a cell found in a status bar through programming......
Error 404: The file for HFSQL browse cannot be an expression of this type
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.).
Warning 127: You are using a data source local to the process
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.).
The source code manager
WINDEV, WEBDEV and WINDEV Mobile propose a sophisticated Source Code Manager......
SysStandby (Function)
Allows you to: enable and disable the standby mode (Android) display the system screen used to configure the standby mode (Universal Windows Apps)...
WEBDEV layouts
A layout allows you to define several views of a page without duplicating it......
Checking an element back in the Source Code Manager (SCM)
Checking an element back in the repository is used to make the modified element available to all the users of the Source Code Manager......
Error 121: Shadowing a structure
dbgCheckFalse (Function)
Checks whether an expression is false in assertive programming and in automated test mode.
WinEdSave (Function)
Saves the changes made when the "Modification of UI by the end user" mode is enabled.
TestCheckFalse (Function)
Checks whether an expression is false in assertive programming and in automated test mode.
<Window>.EdSave (Function)
Saves the changes made when the "Modification of UI by the end user" mode is enabled.
Camera control in a mobile application
The Camera control is used to......