ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

CommandLine (Function)
Identifies and retrieves the different elements of the command line passed as a parameter to the current program.
WINDEV, WEBDEV and WINDEV Mobile tools
The following tools are provided with WINDEV, WEBDEV and WINDEV Mobile
Using batch processing in multiple projects
WINDEV, WEBDEV and WINDEV Mobile allow you to run a set of processes (compilation, generation, ...
Creating and deploying the installation program: How do you do it?
Creating the setup program allows you to deploy a WINDEV application on the end-user computers...
PageParameter (Function)
Returns the value of a parameter passed to the current page.
ExeRun (Function)
Executes a program (an executable file, for example) from the current application.
Batch processing: creation of executables, WDLs, components, etc.
WINDEV and WEBDEV allow you to perform multiple types of processes from a command line...
ExeRemoteRun (Function)
Starts running a remote program from the current application.
ERR_MSG_BOX
Creating a multilingual help system
The help editor allows you to easily create a multilingual help system......
WDInst: managing the files to install
The setup editor WDInst is used to manage the files to install......
Programming a WEBDEV drop-down menu
Once the drop-down menu of your site is created, all you have to do is associate an action with each menu option......
AppActivateVersion (Function)
Activates one of the application versions available in the history of versions on the reference setup server.
AppDeleteVersion (Function)
Deletes a version from the history of versions found on the reference setup server.
Rights on the virtual directory
Extern (Reserved word)
EXTERN is used to...
Dynamic serving
"Dynamic serving" is a technique where the same address (URL) leads to 2 different pages......
AAF: Context menu of Image controls
A context menu is available for Image controls......
ERR_DISCONNECTED_BY_ADMIN
ERR_BAD_WEBDEV_CONFIG
ERR_BAD_WEBDEV_CONFIG: Wrong overall WEBDEV configuration....
Creating and testing a query with parameters
Regardless of the query type (Select, Insert, Delete, Update) and regardless of its creation mode (with the wizard or by SQL directly), you have the ability to use parameters. The name of the parameter is specified when creating the query....
Outstanding progress bars
Simple or symmetric progress bar?...
awSendAndGetInfo (Function)
Sends data from an iOS phone to an Apple Watch (or conversely) while expecting a response.
awSendInfo (Function)
Sends an information from an iOS phone to an Apple Watch (or conversely).
awProcedureGetAndSendInfo (Function)
Specifies the WLanguage procedure that will be called when receiving information coming from awSendAndGetInfo.
awProcedureGetInfo (Function)
Specifies the WLanguage procedure that will be called when receiving information coming from awSendInfo.
Error 532: The size of the string to extract must be strictly positive
Configuring the "Relative duration" mask (date and time in natural language)
WINDEV, WEBDEV and WINDEV Mobile propose to use a "Relative duration" display mask for the Date controls......
Programming Looper controls based on a data file (prefix syntax)
These are the main concepts for programming Looper controls based on a data file......
2. Analysis in practice
The Multimedia control (WEBDEV)
...The Multimedia control is used to easily display a video in the browser....
3. Project configuration
Project configurations allow you to adapt the same project to multiple "targets"....
3. Deploying a WINDEV application