ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Manipulating Image Editor controls programmatically
WINDEV allows you to programmatically manipulate Image Editor controls......
Animation functions
WINDEV proposes several WLanguage functions for managing animations......
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....
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...
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....
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......
The Clickable Image control
The Clickable Image control can be used to......
Manipulating Dashboard controls programmatically
To programmatically manipulate Dashboard controls, WINDEV, WEBDEV and WINDEV Mobile include dashboard-specific functions......
<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....
Enlarging a window
Modern UIs generally use larger windows and larger fonts in the different controls......
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......
Linking a data-bound Table control to a table or query
A Table control can be used to display the content of a table or query......
3. Application development cycle
Development cycle of a WINDEV application....
Code indentation
When typing compound statements ("Switch", "For" and "While", for example), the code is automatically indented to highlight the structure of the loops used in the program......
Manipulating Layout controls programmatically
A Layout control can be......
ControlExist (Function)
Checks the existence of a control (or group of controls) in a window, in a page or in a report.
ControlAlias (Function)
Gets, modifies or restores the data binding to a control or group of controls.
Count (Function)
Returns the number of occurrences of a control in a window, in a page or in a group of controls.
Manipulating Wire controls programmatically
WINDEV allows you to programmatically manipulate Wire controls......