ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

Parallax effect
"Parallax" effects make it possible to scroll the elements in the interface at different speeds......
fLoadText (Function)
Loads the contents of a text file into any text field or variable (string variable, window edit control, report label field, etc.).
StoreFilterAAF (Property)
The StoreFilterAAF property is used to determine and specify if the filters set by the user on a Table or TreeView table control are saved when an application is closed and opened again.
Cumulated (Property)
The Cumulated property determines whether the value of a column or row in a Pivot Table control corresponds to a total (total at the end of a row or column).
FilterProcedure (Property)
The FilterProcedure property allows you to get and modify the procedure used to apply a filter on a row or column header when calculating a Pivot Table control.
The List Box control
The List Box control is used to display a list of elements and to select one or more elements from this list......
Accessibility in mobile applications
On smartphones and tablets, there is an operating mode designed for visually impaired and blind users......
Project description: Options tab
The project description window allows you to configure various elements of your project......
Creating an application that manages the Euro
The method for creating an application supporting the switch to the Euro is as simple as the method for creating a WINDEV application....
ReturnedValue (Property)
The ReturnedValue property is used to: Get and change the value returned by a window, page or report. Get and change the value returned by an option in a Radio Button control....
Conditions for updating an application automatically (Live update)
Whenever the application is modified on the development computer (modifications of windows, code, database schema, ......
WinEditAllowed (Property)
The WinEditAllowed property is used to determine and configure the actions allowed on a control when the window switches to "Allow end users to modify the UI" mode.
MouseYPos (Function)
Returns the vertical position (Y) of the mouse cursor relative to the specified window or control. Used in a mouse or stylus process (click, hover, left or right button down, etc.).
7. Custom-Folders: Organize your project
Custom-Folders: Organize your project...
Spreadsheet control constants
The following constants are used by the functions for managing Spreadsheet controls:...
Minimap
The minimap is an option that allows you to quickly navigate the code editor......
17. WLanguage: a simple and powerful language
Image Editor control: Options in the ribbon and the panes
The Image Editor control offers a host of options accessible via......
Visibility of the elements found in an external component
When creating an external component, you have he ability to define the elements of the external component that will be accessible (or not) by the user of the component......
WLanguage types
The different types in WLanguage are......
Automated tests on an executable
WINDEV proposes to run the different project tests directly on the corresponding executable......
Extracting messages added or modified since last extraction
A project was already created and translated......