ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

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......
Creating a Java archive
When your Java application is developed, you can......
Native Oracle Connector: Retrieving the output value of a stored procedure
The Native Oracle Connector is used to: specify the input values during the call to a stored procedure. retrieve the output values after a call to a stored procedure....
How to choose the data source of a control?
This help page presents the different data sources available for a control....
TableCellSelect (Function)
Returns the coordinates (row number and column number) of a selected cell. This function is kept for backward compatibility. It is recommended to use TableSelect.
HFSQL and Docker
Docker is a software platform that allows you to run applications in software containers on Linux (Docker runs like a daemon)......
Working in Offline mode
When working on a laptop computer or on an offline computer, you may want to continue to work......
WDInst: Configuring the uninstaller
The application uninstaller is the application that allows the end user to uninstall the application....
WDBal messaging: Reading messages
WDBal, the secure messaging provided with WINDEV, WEBDEV and WINDEV Mobile, allows you to easily read the incoming messages......
Native AS/400 Connector
WINDEV and WEBDEV include an optional module to access AS/400 databases......
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......
WINDEV Mobile: Platforms, processors and operating systems
WINDEV Mobile applications can run on the following platforms...
ExecuteDelayedProcedure (Function)
Runs a delayed procedure (in the WEBDEV application server).
SQL commands available in an SQL query
WINDEV allows you to easily run queries in SQL code......
AAFExportSecurity (Function)
Secures the export of confidential data in the AAFs (Automatic Application Features) that are used to export, print or save data.
Application triggers
...A trigger is a WLanguage procedure automatically called by the HFSQL engine whenever a modification is performed (addition, deletion, modification, ...) on a record of a data file....
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......
Errors while managing data files
When an HFSQL function fails (returns False for example), the corresponding error number is returned by HError......