ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

1. Project dashboard
The project dashboard is an essential element for managing WINDEV Mobile projects....
3. Project dashboard
Project dashboard...
3. Project dashboard
Select query description window
The description window of a select query includes several sections......
Report viewer: Proposing several reports
In the document preview, end users can......
Typing multilingual texts
For a multilingual application, you have the ability to......
History of versions (network setup)
The setup wizard allows you to configure the history of versions during a network setup....
Classes, members, methods and properties
A class is made of......
New Features brochure - Version 28: New WEBDEV features
New features in WEBDEV 28 presented in the New Features brochure....
Dim disabled windows
Your application opens several windows at the same time and you don't know which one to use?......
Optional parameters
Some of the parameters passed to a procedure can be optional parameters......
Domotics: Overview
The home automation via power-line carrier (X10) has now become reality......
Hasp constants
The Hasp constants are as follows......
Printing in PDF format: Special cases
Specific features of print in PDF format...
Multiline Zone control properties
A Multiline Zone control and the lines of a Multiline Zone control can be handled in a window by the following WLanguage properties.
<Multiline Zone>.AddLine (Function)
Adds a new dynamic row into a Multiline Zone control.
<Multiline Zone>.InsertLine (Function)
Inserts a new dynamic row in a Multiline Zone control.
<Multiline Zone>.Delete (Function)
Deletes a dynamic row from a Multiline Zone control.
<Multiline Zone>.DeleteAll (Function)
Deletes all dynamic rows from a Mutiline Zone control.
Multiline Zone control functions
Functions for handling Multiline Zone controls....
Repositionable Note control properties
A Repositionable Note control can be handled in a window by the following WLanguage properties......
MouseXPos (Function)
Returns the horizontal position (X) 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.).
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.).
Reverse modeling of inheritances
Your windows or your pages use window, page or control templates, and you want to find out the dependencies between these templates? Simply perform a reverse modeling of inheritances......
SCM: Migrating projects
When changing the version of the development tool, the projects found in the SCM must be migrated to this new version......