ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

The Button control
The Button control allows the user or the Web user to run a specific action with a simple click...
Auto-scrolling text
Sometimes, text in a Static Text or Button control can exceed the width of the control...
Drop-down button
The drop-down button expands:
  • a context menu.
  • a popup window.
MultimediaDuration (Function)
Returns the size of the media file currently played (in milliseconds) in the Multimedia control.
LooperBreakIndex (Function)
Returns the index of the break header and footer for a given break in a Looper control.
HTMLEditorToEmail (Function)
Exports the content of an HTML Editor control to an Email variable (to send the email).
<Pivot Table>.Save (Function)
Saves the result of the calculation performed in a Pivot Table control (in a file or in memory).
Parameters of the procedure used by ListProcedureLoadImage
WLanguage procedure ("callback") executed to load the images displayed in a ListView control.
<Looper>.ModifyIP (Function)
Modifies a row corresponding to an internal page in a Looper control populated programmatically.
Image control in a page
The Slider control (in a page)
WEBDEV proposes two types of sliders......
StoreSortAAF (Property)
The StoreSortAAF property is used to determine and specify if the sorting order defined by the user on a Table or TreeView Table control is kept when an application is closed and opened again.
Installing OpenOffice
WINDEV, WEBDEV and WINDEV Mobile propose a spelling checker......
6. Editing a page: zoning mode
1. Project and Analysis
The development of a Windows application with WINDEV is based on two main elements: the Project and the Analysis....
Limitations of WINDEV, WEBDEV and WINDEV Mobile
A structure is a custom type of data......
Table control based on a variable
A Table control based on a variable is a Table control whose columns are bound to the elements of an Array variable, to the members of a class or to the elements of an advanced variable (e.g., xlsDocument)......
Report based on a programmed data source
In a report on a programmed data source, the reading of the records that will be displayed in the report requires full programming in WLanguage......
2025 novelties brochure: Common novelties
What's new in WINDEV/WEBDEV/WINDEV Mobile 2025 in the What's new 2025 brochure....
The Shape control
The Shape control allows you to create geometric shapes in your windows and reports......
Report data source
...The reports can be created with the data coming from:...
Parallax effect
"Parallax" effects make it possible to scroll the elements in the interface at different speeds......
Input suggestions in an Edit control
Implementing input suggestions in an Edit control is very simple......
Events associated with a TimeLine control
WINDEV manages the following events by default (in order of appearance in the code editor)...