ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

<Email variable>.ExportHTML (Function)
Retrieves the HTML code of an email to display it in an HTML control (HTML control, HTML Display control, etc.).
Compilation statement: COMPILE IF
The <COMPILE IF> statement allows you to compile (or not) a WLanguage code according to a condition.
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.
Action Bar control events
Events associated with Link controls
List of events associated with Link controls...
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
Multi-database queries
A query (typed in SQL code) can operate on different databases......
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....
Events associated with Clickable Image controls
List of events associated with Clickable Image controls...
Internal procedure
Several features require a procedure called once or several times via a WLanguage function ("Callback")....
Events associated with supercontrols
List of events associated with supercontrols...
HListServer (Function)
Lists the HFSQL servers installed on a computer.
Camera control in a mobile application
The Camera control is used to......
Sharing your source code with the SCM
WINDEV Tutorial - An SCM for WINDEV Sharing your source code with the SCM - 30 min
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......
Creating a help file
WINDEV, WEBDEV and WINDEV Mobile allow you to create a help file and associate it with an application or website......
Warning 124: Shadowing a global variable
Error 107: Redefinition of the parameter
HRSDeleteConfig (Function)
Deletes a replication between two HFSQL servers.
<Connection variable>.RSDeleteConfig (Function)
Deletes a replication between two HFSQL servers.
Warning 12: The label is unused