ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

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....
Table, List Box and Combo Box controls bound to queries
A Table, List Box or Combo Box control can be used to display the content of a data file or query......
Using the query result
The result of a select query can be used in......
The TreeView control
The TreeView control is a tree structure used to simplify the display of information that can be represented hierarchically......
Handling an Action Bar through programming
An Action Bar can be handled through programming. To do so, use the variable corresponding to the Action Bar in the code....
<Word Processing>.InfoXY (Function)
For a given position (coordinates of a point) in a Word Processing control, returns one of the following: the number of the corresponding page, the corresponding X-position (in mm), the corresponding Y-position (in mm)....
1. Creating pages
WEBDEV Tutorial: My first WEBDEV website Lesson 1 - Creating pages - 10 min
26. Style sheets: to simplify the layout
GenerateGeometricImage (Function)
Randomly generates an image with geometric shapes. This image can be used to temporarily fill an Image control, for example.
Creating an executable: WINDEV framework
Each WINDEV function is associated with a WINDEV DLL......
Site test: the different types of tests
WEBDEV includes multiple methods for testing your sites......
Push notification: Android configuration (Firebase)
From WINDEV Mobile 22 Update 1 (version 220052), the Push notifications in Android are using the Firebase platform (instead of Google Cloud Messaging)......
ERR_CANNOT_OPEN_FILE
Handling PDF Reader controls programmatically
A PDF Reader control can be handled through programming......
DocInfoXY (Function)
For a given position in a Word Processing control (coordinates of a control point), returns one of the following: the number of the corresponding page, the corresponding X-position (in mm), the corresponding Y-position (in mm)...
Managing the required input in WEBDEV
To prevent users from leaving a control empty, you can set it as a required field......
Handling a TreeView Table control programmatically
This page explains how to program TreeView Table controls......
The Navigation Bar control
The Navigation Bar control is used to create a menu area that can easily adapt to the browser size......
Share your projects via Git
Git is a source code manager......
Opening a help file (CHM, HTML or PDF)
There are several ways to open a help file......
FontLoad (Function)
Loads a custom font from a file (or buffer). After loading, the fonts and variants declared by the file will be available throughout the application. This new function is available from WINDEV Suite SaaS 2025 Update 1....
Handling a Wire control through programming
WINDEV allows you to handle a Wire control by programming......
Multiline (Property)
In a window or page, the Multiline property is used to: find out and modify the "Multiline" option of an Edit control. find out and modify the "Multiline" option of a column in a Table control. In a report, the Multiline property is used to determine and change the "Multiline" option of a control....
Menu option: operation performed and action
An option of a drop-down or context menu in a page can be associated with an action......
3. Application development cycle
Development cycle of a WINDEV application....