ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

WINDEV Mobile 2025: New WLanguage features
In version 2025, new functions, properties and data types have been introduced and some have been improved, ......
Creating a WINDEV project
A project is a logical set of elements and processes whose purpose is to accomplish a given objective......
Table controls in "Server + AJAX" mode
The Table controls can be 100% AJAX......
GuidedTourStepChange (Function)
Modifies the current step of the guided tour.
MapAddItinerary (Function)
Adds an itinerary onto a Map control.
sysNotificationButton (Type of variable)
The sysNotificationButton type is used to define all the advanced characteristics of Button control in an interactive notification.
MaxWidth (Property)
The MaxWidth property is used to get and change the maximum width of a control or window.
MaxHeight (Property)
The MaxHeight property gets and sets the maximum height of a control or window.
DataBinding (Property)
The DataBinding property gets and changes the binding between a control and: a table item. a variable. several variables....
FontCharset (Property)
The FontCharset property is used to: Find out the character set used by the screen fonts of a control. Modify the character set used by the screen fonts of a control....
MinWidth (Property)
The MinWidth property gets and sets the minimum width of a control or window.
Deploying a Java archive
Like for any application, WINDEV allows you to create a setup program for a Java application......
Handling a Calendar control by programming
WINDEV, WEBDEV and WINDEV Mobile allow you to handle a Calendar control through programming......
Context menu of windows (AAF)
The popup menu of the windows (right mouse click on the window) contains the following options......
VerticalAlignment (Property)
The VerticalAlignment property gets and changes the vertical alignment of a control.
Setup wizard: Steps for creating a WINDEV application setup program
The setup program creation wizard allows you to define all the settings of your setup program....
Search in the editors
Being able to perform a search in the editors significantly improves efficiency......
BurnerAddDirectory (Function)
Adds all the files found in a directory to the compilation.
Notification (Type of variable)
The Notification type is used to handle the local notifications or the push notifications.
Customizing the WINDEV User Groupware
The User Groupware in automatic mode offers many possibilities......
ListInsert (Function)
Inserts an element into a List Box, ListView or Combo Box control populated programmatically.
Dialog (Function)
Displays a message box and returns the value of the button clicked by the user.