ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

Deploying an application that uses an external component
An application that uses one or more external components is deployed in the same way as a standard application......
Creating an application using the RAD methodology
The RAD (Rapid Application Development) is a technology used to easily create a full application (or site)......
The Layout control
The Layout control simplifies the implementation of dynamic UIs where controls are displayed and/or hidden programmatically......
PC SOFT Free Technical Support
Thank you for buying one of our products......
Functions for managing tiles
The following functions are used to manage the tiles found in the Windows Store apps applications...
Printing duplicate copies
For legal reasons, it may be useful to keep an identical copy of a report (an invoice for example)....
WDADMINEXE : Controlling the application remotely
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......
WDInst: Additional options (summary, license, etc.)
When installing the application, you have the ability to display......
Status bar of windows
The status bar of a window is used to display several types of information......
The Spin control
A Spin control is used to increase or reduce a value found in a control......
Deploying an application for iPhone/iPad
To be able to test and/or deploy the application on a device (iPhone or iPad), you must enroll in the iOS Developer Program....
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....
Private Store for mobile applications
There are two methods two deploy your applications......
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......
Providing an image per DPI
On mobile, when displaying images, each device has its own physical size and its own graphic resolution......
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......
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......
Constants used by the functions for managing Tab controls