ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

The "Line" charts
In the line charts, the data is interpreted as successive y coordinates of points......
Sliding window (sliding menu)
The sliding windows (also called sliding menus) are often used in the mobile applications......
Configure the setup program interface
To make the installation process more user-friendly, the setup wizard allows you to customize the interface of the setup program......
Keyboard Variable (Using physical keyboards on Android)
The Keyboard variable makes it possible to retrieve the parameters of the events of a physical keyboard......
MoveLine (Function)
Allows you to: move a row in a two-dimensional WLanguage array or in an advanced array property. The other array rows are moved accordingly. swap two rows in a two-dimensional WLanguage array or in an advanced array property....
MVP RAD
WINDEV proposes an MVP RAD that generates the "table" and "form" windows as well as the necessary Presenter and Model classes......
Manipulating a Layout control programmatically
A Layout control can be......
<PDF reader>.InfoXY (Function)
For a given position (coordinates of a point) in a PDF Reader control, returns one of the following: the page number for the specified position, the X-position (in mm) for the specified position, the Y-position (in mm) for the specified position....
PDFReaderInfoXY (Function)
For a given position (coordinates of a point) in a PDF Reader control, returns one of the following: the page number for the specified position, the X-position (in mm) for the specified position, the Y-position (in mm) for the specified position....
Handling Button controls programmatically
WINDEV, WINDEV Mobile and WEBDEV allow you to programmatically handle Button controls......
Automatic data file modification
The automatic data file modification updates the description of data files on user computers......
Page in Session mode: Populating controls after a long process
In a web application, you may need to run long processes (for example, to update counters......
Managing bar codes
The use of bar codes to identify and manage products has become essential......
TabMDI (Property)
The TabMDI property is used to: Get the type of a Tab control (simple tab or dynamic tab - MDI). Change the type of a Tab control (simple tab or dynamic tab - MDI). This property is obsolete from version 200057. Use DynamicTab....
Data model editor: Describing a connection
Any program developed with WINDEV, WEBDEV or WINDEV Mobile can easily access......
Non-maximized windows for Android
A non-maximized window can be resized by the user and it can occupy a section of the screen only......
Declaring and using a variable
A variable is defined by name and type......
6. HFSQL Client/Server clusters
Creating anchors
The anchors are used to define specific points in a help page......
6. HFSQL Client/Server cluster
MenuSelectPlus (Function)
Enables a menu option (popup menu or drop-down menu).
Global procedure/function
A global procedure can be used in all the processes or events of the project....
External language: Programming in C
We are going to call the elements developed in WINDEV (project, windows, ......
Manipulating Combo Box controls programmatically
WINDEV, WINDEV Mobile and WEBDEV allow you to programmatically manipulate Combo Box controls......
iColumnNum (Function)
Returns the number of the current column in a multi-column report.