ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

CommandLine (Function)
Identifies and retrieves the different elements of the command line passed as a parameter to the current program.
ExeRemoteRun (Function)
Starts running a remote program from the current application.
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...
PageParameter (Function)
Returns the value of a parameter passed to the current page.
Multi-project processing: using batches
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...
WINDEV, WEBDEV and WINDEV Mobile tools
The following tools are provided with WINDEV, WEBDEV and WINDEV Mobile
BackgroundTaskAdd (Function)
Adds a new background task.
Generating an Android application
The generation of a WINDEV Mobile application for Android groups all project elements (windows, code, etc....
Testing and debugging a project on the development computer
The test of the entire project allows you to simulate the start of the application with the executable......
Check: SMART status of storage drives
The monitoring robot will measure the SMART attributes of a server's hard drives......
Communicating with an SSH server
Secure Shell (SSH) is a secure communication protocol. The exchanged data is secured via encryption keys....
Filtering a table, a view or a query
A filter is used to define through programming a selection of records corresponding to one or more criteria......
WLanguage
The integrated WINDEV language, WLanguage, is powerful, simple and intuitive......
Events associated with pages
List of events associated with pages...
ScheduledTask structure
The ScheduledTask structure is used to define the characteristics of a scheduled task......
Testing and debugging a WINDEV project on the user computer
WINDEV offers multiple possibilities to test and debug a project directly on the development computer (see Testing and debugging a WINDEV executable on the development computer)......
Code statistics
The code statistics affect......
<Variable sshSession>DisconnectCommand (Function)
Enables you to stop an SSH session that was active, to allow multiple commands to be sent as a group. This new function is available from WINDEV Suite SaaS 2025 - Update 2....
SSHDisconnectCommand (Function)
Enables you to stop an SSH session that was active, to allow multiple commands to be sent as a group. This new function is available from WINDEV Suite SaaS 2025 - Update 2....
Creating a WINDEV application for Linux
WINDEV allows you to create native 64-bit Linux executables. Their UI is developed with the window editor....
How to develop a PHP site?
What is a PHP site?......
SSHConnectCommand (Function)
Keeps the SSH session active between several commands sent (via the SSHCommand function) to an SSH server. This new function is available from WINDEV Suite SaaS 2025 - Update 2....