ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

Managing short URLs automatically
For the standard dynamic sites (with context), the access to the site can be done via a "standard" URL:...
14. Distribute Reports and Queries with your applications
WINDEV Tutorial - Reports and Queries Distribute Reports and Queries with your applications - 10 min
nWDSetParentNext
Set the parent of the next window to open......
The Link control
The Link control is used to: create a link in an HTML page. create a link in a report printed in HTML format....
Telephony: Managing outgoing calls
To manage the outgoing calls in a WINDEV or WINDEV Mobile application......
Project description: Telemetry tab
The project description window allows you to configure various elements of your project......
2025 novelties brochure: Common novelties
What's new in WINDEV/WEBDEV/WINDEV Mobile 2025 in the What's new 2025 brochure....
Site test: the different types of tests
WEBDEV includes multiple methods for testing your sites......
"Long press" optional event
The optional event "Long press/Open context menu" is run during a long press on the controls of a window......
Handling a status bar in the window editor
This help page presents the different operations that can be performed in a status bar......
ArrayContain (Function)
Searches for an element in a WLanguage array. This new function is available from WINDEV Suite SaaS 2025 - Update 2....
Handling an ActiveX by programming
WINDEV allows you to handle an ActiveX control in WLanguage via......
Prototype overload/Overload
The procedures and the methods of classes can have several syntaxes....
WINDEV and the streams - Use example
In this example, the application must manage a video conference between two computers......
Query creation mode: independent or embedded query
The query editor proposes two methods for creating a query......
Handling the cells of report table
The operations that can be performed on the table cells are as follows:...
Global procedure/function
A global procedure can be used in all the processes or events of the project....
<picLayer variable>.Pen (Function)
Declares the default color and style for lines, rectangles, circles, etc. contained in a variable of type picLayer.