ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

DisplayEvenIfNull (Property)
The property AfficheMêmeSiNull property property allows you to: Determine whether a row or column in a Pivot Table control is displayed even if it contains no value. Show or hide a row or column in a Pivot Table control if it does not contain any values....
MaxLeafPerRow (Property)
The MaxLeafPerRow property gets and sets the maximum number of elements in a row in an Organization Chart control.
AutomaticReorganization (Property)
The AutomaticReorganization property gets and sets the automatic reorganization mode for the tasks in a "Gantt Chart" column.
CheckmarkVisible (Property)
The CheckmarkVisible property is used to: Determine whether a checkmark is displayed to the left of a row in a TreeView control. Show or hide a checkmark to the left of a row in a TreeView control....
AllowActionBarHiding (Property)
The AllowActionBarHiding property automatically hides the Action Bar.
5. Deploying a dynamic site (Session or AWP) in practice
Distributing an external component
Once the component has been created, tested and generated, it can be distributed to other developers......
Control animations
WINDEV and WINDEV Mobile allow you to animate the controls found in a window......
Interface checker
The advanced interface checker is a tool that allows you to improve the layout of controls in the different windows of the application......
Organizer report
The report editor gives you the ability to create "Organizer" reports....
Drawing in WINDEV, WEBDEV and WINDEV Mobile
WINDEV, WEBDEV and WINDEV Mobile include several functions for displaying, drawing, copying and saving the drawings and images from your applications or sites......
Handling ListView controls programmatically
WINDEV allows you to programmatically handle ListView controls......
Report and project
In most cases, a report is linked to a project......
Binding a Progress Bar control to an item
A Progress Bar control can be bound to an item in a table, query, etc....
Manipulating TreeMap controls programmatically
WINDEV allows you manipulate a TreeMap control programmatically....
FilterProcedure (Property)
The FilterProcedure property allows you to get and modify the procedure used to apply a filter on a row or column header when calculating a Pivot Table control.
TitleColor (Property)
The TitleColor property is used to: get the text color of a column title in a Table or TreeView Table control. set the text color of the title of one or all columns in a Table or TreeView Table control....
OnHide (Property)
The OnHide property allows you to define a procedure to be called when the bottom sliding window associated with the current window is hidden. This new property is available from WINDEV Suite SaaS 2025 Update 2....
OpeningParameters (Property)
The OpeningParameters property is used to get and set the parameters passed to the internal window corresponding to the bottom sliding window. This new property is available from WINDEV Suite SaaS 2025 Update 2....
3. Deploying a dynamic WEBDEV site