ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

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.).
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.
The options of the User Groupware
An application is often intended to be used by several users connected via a network......
Events associated with Link controls
List of events associated with Link controls...
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 an infinite Progress Bar control
Events associated with a Dockable Panel control
Events associated with Clickable Image controls
List of events associated with Clickable Image controls...
WEBDEV Page control events
The control Page WEBDEV allows you to integrate an Page WEBDEV in a WINDEV application......
Events associated with supercontrols
List of events associated with supercontrols...
Word Processing control events
WINDEV manages the following events by default......
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
Defining clickable areas
In a page, an Image control can contain clickable areas......
Edit options of a report
The report editor allows you to......
Parameters of a procedure with a variable number of parameters
When the procedure uses a variable number of parameters, you must be able to handle the different parameters passed to the function in the code of the procedure....
WDMap: Modifying the display mode of records
By default, WDMap displays the records found in a data file by using the following rules......
Creating a help file
WINDEV, WEBDEV and WINDEV Mobile allow you to create a help file and associate it with an application or website......
Internal procedure
Several features require a procedure called once or several times via a WLanguage function ("Callback")....
Binding a Check Box control to an item
Warning 12: The label is unused
nWDOpenWDL: Opening a library
Opens a library created by WINDEV (file with a WDL extension)......
Warning 124: Shadowing a global variable
Animating the windows of a WINDEV application
To give your applications an outstanding style and to impress the users when starting your applications, the windows can be animated when they are opened and/or closed......