ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

The Ribbon control
The Ribbon control proposes an additional feature regarding the menus found in your applications. It is used to present in a small surface a large number of controls arranged logically in order to perform choices....
Manipulating the Chart controls at runtime (AAF)
The Chart controls allow the end user to perform several operations......
Characteristics of Table controls in a page
Table controls allow you to display and/or enter data......
File Description (Type of variable)
The File Description variable is used to programmatically describe data files.
Constructor and destructor
When creating a class in the code editor, the Constructor and Destructor methods are automatically created by default......
EmailAddress (Variable type)
The EmailAddress type is used to handle an email address as well as its type (home, office, etc.).
New Features brochure - Version 28: New WEBDEV features
New features in WEBDEV 28 presented in the New Features brochure....
Brochure of new features: New WEBDEV features
New features in WEBDEV 28 presented in the New Features brochure....
Scheduler control properties
A Scheduler control found in a window or in a page can be handled in WLanguage by the following properties....
Chart: Managing scales
In a chart, the scales are used to quickly estimate the value of different points found in a chart......
Optional events: Retrieved information
In WINDEV, you can add optional events in the code of the different elements of an application......
Parallax effect
"Parallax" effects make it possible to scroll the elements in the interface at different speeds......
Phone (Type of variable)
The Phone type is used to handle a phone number as well as its type (home, work, ...).
MaxLeafPerRow (Property)
The MaxLeafPerRow property is used to get and change the maximum number of elements in a row in an Organization Chart control.
BreakAdd (Function)
Adds a break into a Table or Looper control.
Report based on a query
Queries are used to easily select records in one or more data files......
14. Controls in practice