ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

Application patch
Once an application was installed, the application library had to be reinstalled whenever a modification was performed (WDL file)......
Customizing the interface of a Table control
In a Table control, you have the ability to customize the following elements......
Programming patterns
CAUTION......
Project dashboard
The project dashboard provides an overall view of project status via different widgets.......
Help about new features: Letting users know about changes
Applications are constantly evolving......
WDConver : Use in interactive mode
Before you start using WDConver, you must have......
3. Project dashboard
Project dashboard...
3. Project dashboard
1. Project dashboard
The project dashboard is an essential element for managing WINDEV Mobile projects....
Context menu of TreeView controls (AAF)
Each TreeView control in a window offers the user a context menu by default......
KeepVisibleHierarchy (Property)
The KeepVisibleHierarchy property is used to: Know which elements of the hierarchical table are printed: print the complete hierarchy or print the hierarchy visible in the field. Modify hierarchy print mode: print complete hierarchy or print hierarchy visible in field....
Handling a TreeView control at runtime
When the TreeView control is in edit, the user can expand or collapse the different levels of the tree structure by clicking the treeview elements....
<Array>.DeleteAll (Function)
Deletes all elements: from a one-dimensional or two-dimensional WLanguage array. from an associative array. from the advanced array property (array of gglCalendar events, ...). from a WLanguage queue. from a WLanguage stack. from a WLanguage list....
ConfidenceLevel (Property)
The ConfidenceLevel property gets the confidence level of a data analysis.
Report and project
In most cases, a report is linked to a project......
Optional events: Retrieved information
In WINDEV, you can add optional events in the code of the different elements of an application......
UI modifiable by the end user
By default, WINDEV applications allow end users to modify the interface of the application......
SelectionOnly (Property)
The SelectionOnly property is used to: Find out which elements of the Table or TreeView Table control will be printed: print all the records or the selected records only. Change the print mode of rows in the Table or TreeView Table control: print all records or the selected records only....
DeleteAll (Function)
Deletes all the elements: from a one-dimensional or two-dimensional WLanguage array. from an associative array. from an advanced array property (array of gglCalendar events, etc.). from a WLanguage queue. from a WLanguage stack. from a WLanguage list....