ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

Assisted Application Development
The Assisted Application Development (AAD) is a permanent help in the environment. This help suggests actions whenever it is appropriate....
WINDEV Mobile: Platforms, processors and operating systems
WINDEV Mobile applications can run on the following platforms...
Creating a service with WINDEV
A service is a specific type of application intended to be run without any user intervention......
Dark theme on mobile devices
The latest versions of mobile OSs allow you to switch applications to a dark theme to reduce battery consumption or to make the device easier to use in a low-light environment......
Activation key management functions
The following functions are used to manage activation keys:...
Speech synthesis management functions
The following functions are used to manage speech synthesis...
The SOAP structure
To pass parameters to a procedure run on a SOAP server, WINDEV is using the following structure......
11. Window templates
WINDEV Mobile allows you to create window templates....
Report viewer: "Annotate" tab
Does your application allow you to print several reports? The end user has the ability to write annotations from the report viewer......
Docker image of the WEBDEV Application Server
From with version 24, a Docker container with the WEBDEV Application Server can be found in Docker Hub......
WDOptimizer: Editing and modifying a ".REP" file
Administrator: Setting and executing action plans
When the action plans are deployed, you have the ability to configure their activation mode....
ScrollbarPosition (Function)
Used to manage the position of scrollbars: Modifies or retrieves the position of one of the horizontal or vertical scrollbars found in a control of a WINDEV or WINDEV Mobile application. Retrieves the position of one of the horizontal or vertical scrollbars found in a control of a WEBDEV site....
CallWD: Function specific to the external language
Calls a WLanguage function from an external language....
XML management: Use example
This application example manages an XML file named "Orders......
HTransactionEnd (Function)
Validates the current transaction: the modifications performed on the table since the start of transaction (HTransactionStart) are validated. the transaction file is deleted (if the transaction is the last transaction in progress for a network application) the records locked in read-only by the transaction are unlocked....
<Connection variable>.TransactionEnd (Function)
Validates the current transaction: the modifications performed on the table since the start of transaction (HTransactionStart) are validated. the transaction file is deleted (if the transaction is the last transaction in progress for a network application) the records locked in read-only by the transaction are unlocked....
Optional events: Retrieved information
In WINDEV, you can add optional events in the code of the different elements of an application......
HRecreateSubscriberReplica (Function)
Recreates the subscriber replica description file (universal replication only) based on the information of the master replica (.rpm and .syn files).