ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

Size (Property)
The Size property is used to determine and change the size of an element.
Content of the Table control
A Table control can be based on a data file, based on a variable or populated programmatically......
Custom title bar with menus and controls
There is a new trend in UI design: application menus in the title bar!...
Class inheritance
The hierarchical organization in class and sub-class has allowed to create the notion of inheritance......
MaxValue (Property)
The MaxValue property is used to: get and set the top value of a report based on a data file. get the maximum value of the current filter. get the maximum value of a data series in a chart. get and set the maximum value for some types of controls....
MinValue (Property)
The MinValue property is used to: get and set the bottom value of a report based on a data file. get the minimum value of the current filter. get the minimum value of a data series in a chart. get and set the minimum value for some types of controls....
FileFilter (Property)
The FileFilter property gets and sets the filter used to display files: when using assisted input in an Edit control or table column with the "File path autocomplete" option (in the "General" tab of the description window), in the file picker displayed when the user selects the "Browse..." option in the context menu of an Edit control, table column or Combo Box control....
Search in the editors
Being able to perform a search in the editors significantly improves efficiency......
ChronoPause (Function)
Pauses a stopwatch in order to measure the time spent on a process.
ColumnWidth (Property)
The ColumnWidth property is used to get and change the width of each column in a multi-column Looper control.
CheckMarkStyle (Property)
The CheckMarkStyle property gets and sets the check icon of a menu option. This icon appears only if the menu option is checked.
Managing the XSD
...WINDEV, WEBDEV and WINDEV Mobile allow you to import files in XSD format....
The Dashboard control
Dashboards are essential elements in an application......
AAF: Zoom the content of a control (Table, Spreadsheet, List box, Pivot table, ...)
To simplify the reading in the controls used to view large volumes of data, the end user has the ability to zoom the data found in the control......
Coloring a row, a column or a cell found in a control (AAF)
To simplify the reading in the controls used to view large volumes of data, the end user has the ability to color the data found in the control......
4. Android and iOS windows
The UI (User Interface) of an application is mainly composed of windows....
11. Window templates
WINDEV Mobile allows you to create window templates....
Advanced management of class instances
The advanced management of instances is used to choose the mode for taking reference. This choice directly impacts the freeing of the class objects: depending on the selected take of reference, the "Destructor" will not be called at the same time....