ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

Programming patterns
CAUTION......
Environment of the query editor
When creating a class in the code editor, the Constructor and Destructor methods are automatically created by default......
1. Project and analysis
8. External component
An external component is a set of WINDEV Mobile elements: windows, reports, analysis, etc....
Custom-Folders
"Custom-Folders" simplify the organization of projects, allowing you to group the elements of your application by themes......
SCM: Ribbon options
The operations on the SCM can be performed from the SCM tab of WINDEV, WEBDEV or WINDEV Mobile....
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......
Project configuration
Project configurations allow you to adapt the same project to multiple "targets"......
How to associate an image with a treeview element?
When fillilng a TreeView control, an image is associated with each element....
Project dashboard
The project dashboard provides an overall view of project status via different widgets.......
WINDEV Mobile: Sharing WINDEV elements
The same WINDEV elements (analysis, queries, ...) can be used in a WINDEV application and in a WINDEV Mobile application......
Open document tabs
The document tabs allow you to navigate between the different elements opened in the different editors....
<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....
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 the versions of a window, report, query or project
When creating and developing the different elements of a project (window, query, report, project, ......
Events associated with a Ribbon control
The events associated with the Ribbon controls and groupings are:...
11. External component
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......
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....