ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

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...
ExeRemoteRun (Function)
Starts running a remote program from the current application.
CommandLine (Function)
Identifies and retrieves the different elements of the command line passed as a parameter to the current program.
Batch processing: creation of executables, WDLs, components, etc.
WINDEV and WEBDEV allow you to perform multiple types of processes from a command line...
ExeRun (Function)
Executes a program (an executable file, for example) from the current application.
Multi-project processing: using batches
WINDEV, WEBDEV and WINDEV Mobile allow you to run a set of processes (compilation, generation, ...
Alias type
The Alias type is used to declare and handle a logical alias for a data file or query.
gStoredValue (Function)
Adds an "invisible" value to an element in a List Box, Combo Box or Scheduler control.
gStoredValueEnable (Function)
Allows (or not) retrieving the value defined by gStoredValue in a List Box or a Combo Box control.
mongoGridFS (Type of variable)
The mongoGridFS type is used to define the advanced characteristics of a file system for a MongoDB database.
ListInfoXY (Function)
Returns the index of the row (or image) at a given position in a List Box or ListView control.
DriveMoveFile (Function)
Moves a file present in an Drive directory to another directory on this Drive (remote disk).
<List Box>.InfoXY (Function)
Returns the index of the row (or image) at a given position in a List Box or ListView control.
ListMoveLine (Function)
Moves a row or swaps two rows in a List Box or Combo Box control.
<List Box>.MoveLine (Function)
Moves a row or swaps two rows in a List Box or Combo Box control.
<zipArchive variable>.ChangePath (Function)
Modifies the stored path of a file in an archive (in ZIP, WDZ or 7z format).
<Variable Drive>MoveFile (Function)
Moves a file present in an Drive directory to another directory on this Drive (remote disk).
Properties associated with the tab pane
A tab pane found in a window or in a page can be handled by the following WLanguage properties......
Testing and debugging a remote site
WEBDEV offers several methods to test and debug a site on the development computer (see The different types of WEBDEV sites)......
Image control: the supported formats
The supported image formats are as follows:...
Creating the summary
Users are familiar with summaries, as the summary is the first element they look at in printed documentation......
Help about new features: Letting users know about changes
Applications are constantly evolving......
How to save and retrieve an image in a binary memo
Configuring the AAF menus (Automatic Application Features)
WINDEV includes several Automatic Application Features (AAFs)......
Managing Hive databases
Hive is a software layer of Hadoop used to run queries......
Custom-Notes
The custom-notes allow you to write down any ideas you want to remember, notes you must not forget, ......
19. Upload: Sending files to the server
How to include secure payment in a WEBDEV site?
This help page explains how to add a secure payment into a WEBDEV site......
Check: FTP connectivity
The monitoring robot will try to connect to the FTP server with the parameters of the server......
REST web services: Importing an OpenAPI specification
REST web service APIs can be described using OpenAPl files......
The Multiline Zone control
The Multiline Zone control is used to easily create interfaces in iOS style....