ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

Remote WEBDEV administrator: Managing the error messages
By default, when an error occurs in a dynamic WEBDEV site, an error message is displayed on the browser of the Web user....
Analysis shared between earlier WINDEV applications and WINDEV 2024 applications
An analysis can be shared between a WINDEV application......
WEBDEV administrator: Viewing the logs
The "Logs" tab is used to see the details of logs for a specific period......
1. The WINDEV Framework
Handling a Scrollbar control through programming
WINDEV allows you to handle a Scrollbar control through programming......
3. Multi-criteria search
WINDEV Tutorial: WINDEV application: Managing data Lesson 3 - Multi-criteria search - 40 min
Anchoring applied to window controls
The windows of a WINDEV application can be resized at runtime......
1. WEBDEV administrator
In a web application, you may need to run long processes (for example, to update counters......
1. Communication with WINDEV Mobile
WINDEV Mobile includes several communication functions for different fields....
Skin template generator
Development teams that have design expertise sometime want to be able to create their own skin templates......
LoadWDL (Function)
Loads a library of WINDEV objects in memory (.WDL).
Select query description window
The description window of a select query includes several sections......
Chart control: "Series" tab
The "Series" tab is used to define the different series used in the Chart control as well as the source of category labels......
Live Data: view data in editors
The "Live Data" is used to view the content of the data files in the controls currently created in the different editors of the product used (window editor, page editor, report editor, ......
VisibleOutsideWindow (Property)
The VisibleOutsideWindow property is used to: determine if a button is visible even if its position (X,Y) is outside the border of the window (entirely or partially). modify the visibility of an "off-window" button....
Y (Property)
The Y property is used to: Find out the Y-coordinate of a control or window (position on Y-axis). Modify the Y-coordinate of a control or window....
The "Scatter" charts
A scatter chart (XY) represents the relationship between two numeric values in two series of data......
6. How to display an AWP site
An Active WEBDEV Page is a dynamic WEBDEV page without persistent context on the server....
5. Creating a drop-down menu
WINDEV Tutorial: WINDEV application: Managing data Lesson 5 - Creating a drop-down menu - 30 min