ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Transfer (Function)
Copies a block of bytes or a fixed-length string from a memory address into another one.
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....
<String type>.StartsWith (Function)
Checks whether a character string starts: with a specific character string. with one of the character strings in an array....
<String type>.EndsWith (Function)
Checks whether a character string ends: with a specific character string. with one of the character strings in an array....
ModbusWriteFloat (Function)
Writes one or more single-precision floats to a Modbus slave, starting at a specific address.
ModbusReadFloat (Function)
Reads one or more single-precision floats from a Modbus slave, starting at a specific address.
<modbusSession>.ReadFloat (Function)
Reads one or more single-precision floats from a Modbus slave, starting at a specific address.
<modbusSession>.WriteFloat (Function)
Writes one or more single-precision floats to a Modbus slave, starting at a specific address.
<Connection variable>.EndNoDatabaseAccess (Function)
Re-allows the access (which means the connection) to one or more databases accessible via a connection.
Renaming a project
Renaming a project is used ton modify the name of the project. All the elements linked to the project before it is renamed are kept.
HEndNoDatabaseAccess (Function)
Re-allows the access (which means the connection) to one or more databases accessible via a connection.
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....
Consuming a web service
WINDEV Tutorial: Consuming a web service Consuming a web service - 10 min
Webification
WEBDEV Tutorial - Webifying a WINDEV project Webification - 10 min
Reuse code via external components
WINDEV Tutorial: External components Reusing code with external components - 40 min
1. Project audits
WEBDEV Tutorial - Optimizing a WEBDEV project Lesson 1 - Project audits - 15 min
The List Box control
The List Box control is used to display a list of elements and to select one or more elements from this list......
2. My first window
WINDEV Tutorial: WINDEV overview Lesson 2 - My first window - 30 min
Installing the HFSQL Server module
Cherche les éléments d'un noeud HTML correspondant à une balise....
2. Development
WINDEV Mobile Tutorial: Developing an Android and iOS application Lesson 2 - Development - 30 min
Alignment options
To optimize the alignment of controls in a window, page or report, you have the ability to use the alignment options......
Creating an interactive diagram
The Diagram Editor control allows end users to create and edit diagrams......