ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

DelayBeforeClosing (Function)
Limits the display duration of a window or dialog box. If no user action is performed, when the specified amount of time is reached: for a window, the code of a window button will be run. for a dialog box, the dialog box is automatically closed....
3. Interface (UI)
WINDEV Mobile tutorial: My first Android/iOS application Lesson 3 - Interface (UI) - 30 min...
Cross-references in the code editor
The cross-references in the code editor are used to identify......
Handling an element of a TreeView control programmatically
This help page explains how to handle the elements of a TreeView control either directly or via the WLanguage functions......
HFSQL Control Center: HFSQL Cluster management
The HFSQL Control Center includes all the tools needed to manage HFSQL clusters......
DndSource (Property)
The DndSource property is used to determine and change a control's drag-and-drop behavior....
WDMSG license agreement
WDMSG license agreement...
zipIsMulti (Function)
Returns the type of archive: single-part archive or multi-part archive.
6. Chart and Pivot Table
WINDEV Tutorial: WINDEV application: Managing data Lesson 6 - Chart and Pivot Table - 30 min
The TimeLine control
The TimeLine control is used to represent chronologies of close events that can be parallel....
How to choose the data source of a control?
This help page presents the different data sources available for a control....
Project Management Hub: Managing contributors
Contributors are the people who take part in one or more projects......
Result of a query in test mode
After its execution in test mode (see Running the query test), the result of the query can be......
Implementing log-based replication: Modifying the analysis
Log-based replication can be implemented in the data model editor......
1. My first Android/iOS project
WINDEV Mobile tutorial: My first Android/iOS application Lesson 1 - My first Android/iOS project - 1 hr...
Conditions for using a .NET assembly
Before using a .NET assembly, a specific configuration is required......
Handling an automatic test
When an automated test is created, this test is in "construction" by default......
Setup mode
Several methods can be used to distribute a WINDEV application......
Ellipsis (Property)
The Ellipsis property is used to determine and change the truncation mode with ellipses in: a window control (Static, edit control, List box, Button, Combo box or Static table column). a Static control in a report....
1. Creating windows to add and edit data
WINDEV Tutorial: WINDEV application: Managing data Lesson 1 - Creating windows to add and edit data - 50 min
Webification
WEBDEV Tutorial - Webifying a WINDEV project Webification - 10 min
HeightWithAnimation (Property)
The HeightWithAnimation property is used to modify the height of a cell of a Layout control with the "Resize cell" animation defined: in the "Advanced" tab of the project description window ("Control animation" button). in the "Style" tab of the control or project....
WidthWithAnimation (Property)
The WidthWithAnimation property is used to modify the width of a cell of a Layout control with the "Resize cell" animation defined: in the "Advanced" tab of the project description window ("Control animation" button). in the "Style" tab of the control or project....
Managing videos (transmitted by a Web Camera)
To manage the video sequence currently broadcasted by the web camera installed on the current computer, WINDEV proposes......
2. Searching and iterating over records
WINDEV Tutorial: WINDEV application: Managing data Lesson 2 - Searching and iterating over records - 30 min