ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

The Spin control
A Spin control is used to increase or reduce a value found in a control......
Creating a Java archive
When your Java application is developed, you can......
WDInst: Uninstaller settings
The application uninstaller is the application that allows the end user to uninstall the application....
Status bar of windows
The status bar of a window is used to display several types of information......
Private Store for mobile applications
There are two methods two deploy your applications......
Providing an image per DPI
On mobile, when displaying images, each device has its own physical size and its own graphic resolution......
WDBal messaging: Reading messages
WDBal, the secure messaging provided with WINDEV, WEBDEV and WINDEV Mobile, allows you to easily read the incoming messages......
WDInst: installing additional elements
By default, only the files found in the "List of setup files" window are installed on the user computers......
Linking a Combo Box control to a data file
A List Box or Combo Box control can be used to display the content of a data file, to allow a user to select a record, for example......
Looper control linked to a data file
A Looper control can be used to display the content of a data file or query......
WDADMINEXE: Remote application control
The remote control of a WINDEV application allows the manager of an application used in network to manage the automatic or forced shutdown of the application for all the current users......
The TreeView control
The TreeView control is a tree structure used to simplify the display of information that can be represented hierarchically......
Handling a dynamic tab through programming (prefix syntax)
WINDEV allows you to handle Dynamic Tab controls with the TabXXX functions and with multiple WLanguage properties......
SQL commands available in an SQL query
WINDEV allows you to easily run queries in SQL code......
Typing multilingual texts
For a multilingual application, you have the ability to......
Characteristics of non-maximized windows
A non-maximized window can be resized by the user and it can occupy a section of the screen only......
List Box control linked to a data file or to a query
A List Box or Combo Box control can be used to display the content of a data file or query, to allow a user to select a record, for example......
Messaging
A messaging is included in WINDEV, WINDEV Mobile or WEBDEV......
SCM Administrator: Administrator-only options
The SCM administrator includes specific tools for managing repositories......
Constants used by the functions for managing Tab controls