ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Event (Function)
Intercepts a Windows event on a control, a group of controls or a WINDEV window.
diagSelection (Type of variable)
The diagSelection type is used to define all the advanced characteristics of a selection made in a diagram.
Main characteristics of a List Box control
The main characteristics of a List Box control are as follows......
Alias (Property)
The Alias property is used to: get or change the alias of a window (WINDEV and WINDEV Mobile). get or change the alias of a dynamic tab (WINDEV). get the internal HTML/JavaScript name of a control (WEBDEV)....
Creating an automatic help
The Automatic Application Features (AAF) allow you to add features to your application without having to write a single line of code......
PageDisplay (Function)
Displays a web page in the user's browser....
Using the query result
The result of a select query can be used in......
4. Simple printing
WINDEV Tutorial: WINDEV application: Managing data Lesson 4 - Simple printing - 20 min
Automatic procedures
The programming of timers, threads and delayed procedures is now automatically managed by the environment......
The Date edit control: Input or display masks
WINDEV, WINDEV Mobile and WEBDEV propose two types of masks......
Global procedure/function
A global procedure can be used in all the processes or events of the project....
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......
DDE errors
When a DDE function fails (returns False for example), ErrorInfo allows you to find out the number of the corresponding error]......
Looper control linked to a data file
A Looper control can be used to display the content of a data file or query......
Creating a Java project
WINDEV allows you to generate a Java application without even knowing the Java language......
gStoredValueEnable (Function)
Allows (or not) retrieving the value defined by gStoredValue in a List Box or a Combo Box control.
Handling a Pivot Table control through programming
A Pivot Table control can be handled through programming......
TableDeleteWithAnimation (Function)
Deletes a row from a Table control, from a TreeView Table control (or from a table displayed in a Combo Box control) with an animation.
Project image gallery
The project image gallery allows viewing all the images of a project in a single click......
WDAPI: Using the APIs in a WINDEV application
The two most interesting features of WDAPI are......
gLinkActivate (Function)
Allows (or not) retrieving the value defined by gLink in a List Box or a Combo Box control. Function kept for compatibility. It is recommended to use gStoredValueEnable....
Column of type Attribute
WINDEV and WEBDEV allow you to use columns of type "Attribute" in Table controls......
Warning (Function)
Displays a custom message in a system warning window.
Repositionable note (AAF)
End users can create repositionable notes in all the windows of their WINDEV applications......
JSONXMLConverter (Type of variable)
The JSONXMLConverter type is used to define all the advanced characteristics of the conversion of an XML object to JSON (or conversely) via XMLToJSON and JSONToXML).