ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Dialog (Function)
Displays a message box and returns the value of the button clicked by the user.
1. Components provided with WINDEV
WINDEV is provided with projects that contain components....
8. Sharing a project in practice
GuidedTourStepChange (Function)
Modifies the current step of the guided tour.
MapAddItinerary (Function)
Adds an itinerary onto a Map control.
FreeAWPContext (Function)
Frees the AWP context in advance (on disk) to allow the other call on the same AWP context to be processed in parallel.
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.
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......
BurnerAddDirectory (Function)
Adds all the files found in a directory to the compilation.
WINDEV 2024: New WLanguage features
In version 27, new functions, properties and data types have been introduced and some have been improved......
Deploying an Android application
WINDEV Mobile allows you to develop Android applications. Then, these applications can be easily deployed....
Setup by stand-alone physical media
A setup by stand-alone physical media allows you to provide a media that contains all the files required for installing and running a site......
Setup via physical media
A setup by physical media allows you to give to the hosting company a media containing all the files required to install the site on a server......
WDSetup: Managing additional languages
The "WDSetup" project corresponds to the standard setup program of WINDEV applications......
2. My first window
WINDEV Tutorial: WINDEV overview Lesson 2 - My first window - 30 min
Country (Type of variable)
The Country type is used to find out the characteristics of a country.
MinWidth (Property)
The MinWidth property is used to get and change the minimum width of a control or window.
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....
Appendix 4: WEBDEV modules
The table below presents the modules installed by the WEBDEV application server for Linux and their main features......
InAJAXMode (Function)
Specifies whether the code is run from: a process in AJAX mode. a procedure called by AJAXExecute or AJAXExecuteAsynchronous....
SourceFromWindow (Function)
Automatically updates: the values of a data file's items in memory with the values from the controls in the window. the value of the WLanguage variables with the value of the window controls. This function is also available for WEBDEV pages....
Creating a .NET assembly from WINDEV
To create a.NET assembly, ......
The Table control on mobile devices (Android and iOS)
The Table control is available for Android and iOS applications......