ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Handling a Range Slider through programming
WINDEV allows you to handle a Range Slider control through programming......
SEO of a WEBDEV site
In order for your site to get visitors, the Web users must be able to find it......
Native PostgreSQL Connector for WINDEV and WEBDEV
WINDEV and WEBDEV propose a Native Connector to PostgreSQL......
Context menu of Gantt Chart controls (AAF)
Each Gantt Chart control in a window has a default menu that is available to users......
ERR_PARSER
Warning 127: You are using a data source local to the process
Error 404: The file for HFSQL browse cannot be an expression of this type
Action Bar control events
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......
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.
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.).
Working with the Source Code Manager
The principle for working with the Source Code Manager is as follows......
Programming charts
WINDEV, WEBDEV and WINDEV Mobile include a Chart control (that can be used in the window editor, page editor and report editor) as well as several functions used to create and handle charts......
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....
Zombie data files and items
During the life of an application, items live and die......
Programming a status bar
WINDEV allows you to handle a status bar and a cell found in a status bar through programming......
Error 121: Shadowing a structure
Camera control in a mobile application
The Camera control is used to......
Error 107: Redefinition of the parameter
Printing a report in WINDEV
When creating a report, the test of this report can be run from the report editor......
Warning 12: The label is unused
Warning 124: Shadowing a global variable