ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

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.
COMQueryInterface (Function)
Calls the QueryInterface method of the specified COM object to get a specific interface of this object so that it can be used with COMCallMethod.
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......
InWinRTMode (Function)
Indicates whether the code is run in WinRT mode (Windows Store apps). Function kept for backward compatibility....
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....
Check: Activity of an application
The monitoring robot proposes to check the activity of a WINDEV application......
Comparing controls
In some cases, you may need to compare two controls in one or more windows or pages......
Telephony: Managing the incoming calls
The management of the incoming calls is performed in a specific "thread"....
Overview of external languages
16. Protecting access to the site: passwords
Error 107: Redefinition of the parameter
tapiListen (Function)
Starts the call detection (also called "call monitoring service").
Warning 12: The label is unused
Warning 124: Shadowing a global variable
Word Processing control events
WINDEV manages the following events by default......
Events associated with an infinite Progress Bar control
Events associated with a Dockable Panel control
CountryGet (Function)
Returns the Country variable corresponding to an ISO code or to the country caption according to ISO 3166-1.
nWDOpenWDL: Opening a library
Opens a library created by WINDEV (file with a WDL extension)......
Events associated with Link controls
List of events associated with Link controls...