ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Zombie procedures
In most cases, old code contains procedures that are used but that do no longer match the current quality standard......
ThreadMode (Function)
Changes the management mode of threads.
<Chart>.HolePercentage (Function)
Modifies the percentage that corresponds the hole radius in the following charts: Donut, Radial Bar chart....
3. Debugger
grHolePercentage (Function)
Modifies the percentage that corresponds the hole radius in the following charts: Donut, Radial Bar chart....
Drawing charts in an Image control
WINDEV and WEBDEV propose several functions for creating and handling charts......
MaxLeafPerRow (Property)
The MaxLeafPerRow property is used to get and change the maximum number of elements in a row in an Organization Chart control.
<Chart>.AxisPosition (Function)
Indicates the position where one of the chart axes (X or Y-coordinates) will be drawn.
grAxisPosition (Function)
Indicates the position where one of the chart axes (X or Y-coordinates) will be drawn.
<Chart>.SeriesLineType (Function)
Modifies the type of line for a series found in a Line, Area, Scatter and Radar chart.
<Chart>.LegendFont (Function)
Modifies the font used for the chart legend.
grSeriesLineType (Function)
Modifies the type of line for a series found in a Line, Area, Scatter and Radar chart.
<Chart>.TitleFont (Function)
Modifies the font used for the chart title.
grTitleFont (Function)
Modifies the font used for the chart title.
grLegendFont (Function)
Modifies the font used for the chart legend.
SocketChangeTransmissionMode (Function)
Changes the transmission mode used on a socket.
AnimationSetParameter (Function)
Changes one of the animation parameters used for: an animated image (in an Image control), an animated text (in a Static control)....
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....
FontName (Property)
The FontName property is used to: Identify the font used in a control. Change the font used in a control....
grAxisVisible (Function)
Configures how the axes are displayed in Line or Column charts.
<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.
grAxisTitleFont (Function)
Modifies the font used for the titles of the chart axes.
1
3
4
5
6
7
301
>