ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Mean (Function)
Calculates the mean of several elements: elements found in an array, numeric values, ......
StatStandardDeviationP (Function)
Calculates the standard deviation for a full series of values.
Events associated with a Gantt Chart column
The Calculated control
The "Calculated" control is used to perform calculations in a report......
Creating a report
The report editor allows you to easily create all types of reports via a wizard......
WDSQL: Exporting and printing the result of an SQL query
The result of a select query can be......
pdfParameter (Type of variable)
The pdfParameter type defines all the characteristics of the PDF file to be generated.
HFSQL Control Center: Overview
The HFSQL Control Center is used to manage the different HFSQL databases (Network, Mobile, Client/Server) found in the company......
ListInsert (Function)
Inserts an element into a List Box, ListView or Combo Box control populated programmatically.
Report based on an HFSQL view
A report based on an HFSQL view is used to print records from an HFSQL Classic or Client/Server view......
Automatic Drag and Drop
For some types of controls, WINDEV and WEBDEV propose an automatic management of Drag and Drop....
1. WLanguage
WINDEV Tutorial: WLanguage basics Lesson 1 - WLanguage - 5 min
Multiline strings
To type character strings over several lines in the code editor...
edtHTMLSelection (Type of variable)
The edtHTMLSelection type is used to identify all the advanced characteristics of a selection in an HTML Editor control
4. Simple printing
WINDEV Tutorial: WINDEV application: Managing data Lesson 4 - Simple printing - 20 min
SensorDetectChangeAcceleration (Function)
Notifies when acceleration forces are applied to the device along any of the three axes.
Constants for the Exif functions
List of constants used by the Exif functions....
Static audit
The static audit is a feature of the environment that analyzes a project to detect potential issues and suggests improvements......
Report based on a query
Queries are used to easily select records in one or more data files......
kbActionAllowed (Type of variable)
The kbActionAllowed type allows you to define which actions are available to the end user when handling cards in a Kanban control.
The different types of browse available in SQL
Two types of browse can be used to browse the result of a query run by SQLExec......
HTMLToText (Function)
Converts an HTML string or buffer to text.
BackgroundColor (Property)
The BackgroundColor property is used to set the background color of a control, window, page or block of a report.
HTMLToRTF (Function)
Converts an HTML string or an HTML buffer to an RTF string.
GanttListTask (Example)
Usage example of the GanttListTask function