ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Creating an executable: Manifest management
When running an executable, Windows Vista (and later) performs several checks regarding the rights of the current user via the UAC mechanism (User Account Control)...
FAQ about Windows Vista and later
This help page presents a list of problems that may occur when using Windows Vista and later...
Programming standard in Windows Vista and later
To increase security against worms and viruses, Windows Vista/7 implemented the UAC (User Account Control) mechanism.
Points to consider if your customers use Windows Vista (and later)
Windows Vista (and later) proposes several improvements...
The UAC mechanism in Windows Vista (and later)
To increase security against worms and viruses, Windows Vista/7 implemented the UAC (User Account Control) mechanism...
Universal Windows 10 App: Deploying on the store
Your Universal Windows 10 App application is ready to be used......
Animation of Mobile windows
In the mobile applications, the different screens of the application are displayed via a small animation: display from the right and the top, ... WINDEV Mobile allows you to configure this display mode of your windows in your mobile applications....
Locking an application
WINDEV gives you the ability to lock your applications (after a specific duration for example)......
Application patch
Once an application was installed, the application library had to be reinstalled whenever a modification was performed (WDL file)......
iPad window: Window creation wizard
The wizard for creating iPad windows allows you to easily create a window containing all the main elements of a window for an iPad application......
WINDEV Mobile concepts
The HTML control
The HTML control displays HTML pages or HTML code......
Events associated with List Box controls
List of events associated with List Box controls...
NetSendMessage (Function)
Triggers a Windows event on the system of an FTP (File Transfer Protocol) or RPC (Remote Procedure Call) server powered by WINDEV. This function is kept for backward compatibility....
Events associated with Bar Code controls
List of events associated with Bar Code controls...
Spacing out a selection of controls
To create modern interfaces, you need to increase spacing between the controls in your windows......
1. Creating windows to add and edit data
WINDEV Tutorial: WINDEV application: Managing data Lesson 1 - Creating windows to add and edit data - 50 min
Events associated with Chart controls
List of events associated with the Chart controls...
1. WLanguage functions
Most of the WLanguage functions available in WINDEV are also available in WINDEV Mobile....
The Windows registry
Several WINDEV functions can be used to handle the Windows registry......
Characteristics of menu options
WINDEV and WINDEV Mobile manage two types of menus......
Resizing a window (AAF)
Events associated with an Organizer control
The following events are associated with Organizer controls:...
Customizing the WINDEV User Groupware
The User Groupware in automatic mode offers many possibilities......
11. Controls in practice
Discover the main characteristics of the controls...
Local storage management functions
The following functions are used to manage the local storage of data in browser code....
Transforming a WINDEV project into Mobile: a detailed audit
Transforming WINDEV applications into Mobile is very easy......
Discovering AAFs (Automatic Application Features)
Applications created with WINDEV offer users many automatic features on the different windows or controls in the application......
Dashboard control: Automatic Application Features (AAF)
The Dashboard control proposes several Automatic Application Features (AAF) allowing the user to benefit from all control capabilities......
CellDisplayDialog (Function)
Displays a Cell control in a page with a DDW effect (Dim Disabled Windows). This function is used to easily simulate a dialog box in browser code, by using a Cell control in a page.