ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

Container column in a Table control
A cell found in a Table control can contain a set of controls......
WHILE statement
In a WHILE statement, the expression is evaluated at each beginning of the block of statements...
AnimationPlay (Function)
Plays an animation when a control, a group of controls or a window is modified.
12. Control templates
WINDEV Mobile allows you to create control templates....
Animation management functions
WINDEV proposes several WLanguage functions for managing animations......
<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....
Events associated with a Slider control (WEBDEV)
WINDEV manages the following events by default (in the order in which they appear in the code editor) for the Linear Slider controls and for the Range Slider controls...
The Flexbox control
Flexbox is a standard layout system for web pages......
WinRefreshVisible (Function)
Modifies or returns the visibility state of the refresh bar in a window.
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....
TableSearchEverywhere (Function)
Searches for a value in all the columns of the following controls: Table control, TreeView Table control, Table control displayed in a Combo Box control....
<Table>.SearchEverywhere (Function)
Searches for a value in all the columns of the following controls: Table control, TreeView Table control, Table control displayed in a Combo Box control....
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......
Error 25: No THEN statement is associated with this IF
Table controls in "Server + AJAX" mode
The Table controls can be 100% AJAX......
Manipulating Dashboard controls programmatically
To programmatically manipulate Dashboard controls, WINDEV, WEBDEV and WINDEV Mobile include dashboard-specific functions......