ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

5. Webservices
WINDEV allows you to easily use Webservices (or XML Web services)....
grPointColor (Function)
Initializes the color of a specific point in one of the following chart types: Line, Scatter, Bubble chart....
grAxisPosition (Function)
Indicates the position where one of the chart axes (X or Y-coordinates) will be drawn.
<Chart>.AxisPosition (Function)
Indicates the position where one of the chart axes (X or Y-coordinates) will be drawn.
<Chart>.PointColor (Function)
Initializes the color of a specific point in one of the following chart types: Line, Scatter, Bubble chart....
Procedure WLanguage called by the function SensorDetectChangeAcceleration
Procedure (also known as "Callback") called by the SensorDetectChangeAcceleration function when the device's acceleration on one of its axes is detected....
Error 11: The label is unknown
Error 27: No END statement is associated with this ELSE
Error 28: No END statement is associated with this SWITCH
Error 40: The END statement marking the end of the class declaration is missing
Error 26: No END statement is associated with this THEN
iParameterPreview (Function)
Configures the print preview: display a message regarding the resources of current computer. display or not the ribbon panes (as well as the buttons found). the export options available in the mini preview window....
Handling controls in a window
The different operations that can be performed on the window controls are as follows......
Handling a .NET 3.0, 4.0 control, ... (WPF) through programming
WINDEV enables you to handle a .NET 3.0, 4.0 control, ... (WPF) by programming......
Handling a Rich Text Area control through programming
To handle a Rich Text Area control programmatically, use the variable of the Rich Text Area control directly in the code......
Creating an executable: Operating mode and library
The operating mode of an executable allows you to define whether the executable can be used by one or more users......
Error 39: The END statement marking the end of declaration of the composite variable is missing
"END:" label
The END: label is used to define a code that will be systematically run at the end of process execution.
Handling a WinForm .Net control through programming
Custom tooltips
Tooltips are very useful for application users......
The structure of the file for remote control
The management of remote control uses a file in INI format......
14. Report templates
...Report templates are used to easily standardize report layouts....
Information 2105: This function was renamed
Indirection operators
The { and } operators are used to access a control, a variable, a class member or a file item by dynamically building the name of control, variable, class member or item...
Keyboard shortcut on a button (AAF)
In an application developed with WINDEV, the user has the ability to implement a keyboard shortcut on a button......