ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

Zombie procedures
In most cases, old code contains procedures that are used but that do no longer match the current quality standard......
AnimationSetParameter (Function)
Changes one of the animation parameters used for: an animated image (in an Image control), an animated text (in a Static control)....
FontName (Property)
The FontName property is used to: Identify the font used in a control. Change the font used in a control....
<Chart>.AxisVisible (Function)
Configures how the axes are displayed in Line or Column charts.
<Chart>.LabelFont (Function)
Modifies the font used for the category labels of a chart.
<Chart>.AxisTitleFont (Function)
Modifies the font used for the titles of the chart axes.
<Source>.Mode (Function)
Changes the mode and the method for locking data files.
grAxisVisible (Function)
Configures how the axes are displayed in Line or Column charts.
grAxisTitleFont (Function)
Modifies the font used for the titles of the chart axes.
grLabelFont (Function)
Modifies the font used for the category labels of a chart.
HMode (Function)
Changes the mode and the method for locking data files.
Code editor: Snake_case or PascalCase
There are several naming conventions to write variables in the code......
Modifying an external component
An external component created and generated by WINDEV, WEBDEV or WINDEV Mobile can be modified at any time......
Error 3: The string has no final "
Real-time chart
This type of chart is used to represent a permanent data flow in real time......
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....