ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

1. Discover WINDEV
WINDEV Tutorial: WINDEV overview Lesson 1 - Discover WINDEV - 5 min
Animation management functions
WINDEV proposes several WLanguage functions for managing animations......
Custom telemetry
Custom telemetry allows you to define the elements that will be included in the analytics......
The "UML analysis" pane
The "UML analysis" pane displays the different UML diagrams (class diagram, deployment diagram, ......
Cross-references in the code editor
The cross-references in the code editor are used to identify......
Creating the executable and the setup program
WINDEV Tutorial - Deploying an application Creating the executable and the setup program - 30 min
YInitial (Property)
The YInitial property is used to: Find out the Y-coordinate: of a control (position on Y-axis) when opening the window or the page. of a window (position on Y-axis) when opening the window. Modify the Y-coordinate of a control anchored "to bottom" (position on the vertical axis) when opening the window. Find out the Y-coordinate of a control in relation to its block (position in millimeters on the vertical axis) when opening the report....
Two methods for passing parameters to a query
Two methods can be used to pass parameters to a query with parameters used in a window or in a control (List Box, Combo Box or Table control for example)......
Message text file format
The text files created by WDMSG use a specific format......
Hasp (Function)
Interrogates an electronic HASP key (HASP-3, HASP-4, MemoHasp or NetHasp).
7. Multilingual applications in practice
Conditional target-code
The code editor allows you to enter a specific code for each environment (WINDEV, WEBDEV and WINDEV Mobile)......
2. My first window
WINDEV Tutorial: WINDEV overview Lesson 2 - My first window - 30 min
Main characteristics of a List Box control
The main characteristics of a List Box control are as follows......
Configuring the IIS 7/7.5 server
Diagram Editor (WEBDEV): Features
The Diagram Editor control includes many features accessible via......
Z-index of a control
All the controls in a window or report have a different z-index......
Audits
The audits provide a set of features used to automatically improve the project quality and performances, and to follow the conditions in which it is implemented......
Error 107: Redefinition of the parameter
Welcome to Reports & Queries
Reports & Queries is used to......
AAF: Zoom the content of a control (Table, Spreadsheet, List box, Pivot table, ...)
To simplify the reading in the controls used to view large volumes of data, the end user has the ability to zoom the data found in the control......
Deploying the application for iPhone/iPad
To be able to test and/or deploy the application on a device (iPhone or iPad), you must enroll in the iOS Developer Program....
<zipArchive variable>.Split (Function)
Splits an archive into several sub-archives of a given size.
Word Processing control events
WINDEV manages the following events by default......
AddColumn (Function)
Adds a column at the end of a two-dimensional array property (xlsDocument variable for example]).