ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Name (Property)
The Name property is used to get: the name of the font associated with a Font variable. the name of a control, report or report block. the name of a control, group of controls or window. the name of a control, group of controls or page....
Displaying a different content on each row
In a Looper control, a different content can be assigned to the Table, Chart, List Box and TreeView controls......
Manipulating Diagram Editor controls programmatically
In WINDEV and WEBDEV, you can handle Diagram Editor controls programmatically......
The different types of Table controls: populated programmatically, with or without access to the data source
WINDEV, WEBDEV and WINDEV Mobile allow you to use......
The Wire control
The Wire control is used to visually link 2 controls......
10. Smart controls
Smart controls...
Sunburst chart
The Sunburst chart is a Pie chart containing several levels of hierarchical data......
11. Table/Looper controls
11. Table/Looper controls
Handling a TreeView Table control programmatically
This page explains how to program TreeView Table controls......
Handling Spreadsheet controls programmatically (in a window)
Spreadsheet controls can be handled programmatically......
Tab order in a window, a page, etc.
The tab order of the controls found in a window or in a page describes the order in which the controls take focus in a window when the user presses the [Tabulation] key......
AnimationPrepare (Function)
Prepares the animation on a control, a group of controls or a window.
12. Control templates
...Control templates...
eYe magnet: conditional formatting of controls
The visual aspect of a window control can be automatically modified according to a series of conditions in order to attract the attention of the user to this control......
Animation management functions
WINDEV proposes several WLanguage functions for managing animations......
Programming Table controls based on a data file
This page explains how to program Table controls based on a data file......
12. Control templates
WINDEV Mobile allows you to create control templates....
MemoryFormat (Property)
The MemoryFormat property is used to get and change the format of the value returned for: Date or Time edit controls. Date or Time table columns. Calendar controls. Static controls. editable combo boxes. table columns displayed by combo boxes....
PageToSource (Function)
Automatically updates: the value of the items in a data file with the value of the controls in the page. the value of the WLanguage variables with the value of the page controls....
<Page>.ToSource (Function)
Automatically initializes: the value of the items in a data file with the value of the controls in the page. the value of the WLanguage variables with the value of the page controls....
<Source>.FromPage (Function)
Automatically updates: the value of the items in a data file with the value of the controls in the page. the value of the WLanguage variables with the value of the page controls....
SourceFromPage (Function)
Automatically updates: the value of the items in a data file with the value of the controls in the page. the value of the WLanguage variables with the value of the page controls....
AnimationPlay (Function)
Plays an animation when a control, a group of controls or a window is modified.
Container column in a Table control
A cell found in a Table control can contain a set of controls......