ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

WINDEV, WEBDEV and WINDEV Mobile tools
The following tools are provided with WINDEV, WEBDEV and WINDEV Mobile
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, ...
CommandLine (Function)
Identifies and retrieves the different elements of the command line passed as a parameter to the current program.
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...
ListDLL (Function)
Returns: runtime List of libraries (".DLL" files) used by the current WINDEV application, WINDEV Mobile or WEBDEV site. Only the libraries loaded in memory are listed. in test mode: all libraries installed on the current workstation....
WDSQL: Database structure
WDSQL is used to find out the structure of the accessed database......
WINDEV Mobile overview
WINDEV Mobile is a development environment for PC that allows you to develop......
WEBDEV Application Server 2024
The report editor
WINDEV, WEBDEV and WINDEV Mobile allow you to create reports with the report editor......
Group (Property)
The Group property is used to: find out whether the control belongs to a group of controls. If the control belongs to one or more groups, the Group property can be used to identify these groups of controls. associate a control with a group of controls....
Handling a TreeView Table control programmatically
This page explains how to program TreeView Table controls......
Errors while managing data files
When an HFSQL function fails (returns False for example), the corresponding error number is returned by HError......
Creating an executable: Data file directory
Two types of directories can be configured when creating the executable......
Using the query result
The result of a select query can be used in......
1. Components provided with WINDEV
WINDEV is provided with projects that contain components....
Creating an executable: General options
The main executable options are as follows......
Sorts in a report
The sort is used to organize the information displayed in the report......
Managing videos (transmitted by a Web Camera)
To manage the video sequence currently broadcasted by the web camera installed on the current computer, WINDEV proposes......
The Table control
The Table control is used to simplify the display and the input of information stored in memory or coming from a data file, a view or a query......
HFSQL Control Center: Optimize and repair data files
The HFSQL Control Center optimizes and repairs HFSQL data files in both Classic and Client/Server modes......
Iteration block (or substitution block)
The Iteration block is a free block, created manually in the report editor ("Report......
WLanguage functions available in PHP
Some WLanguage functions are not available in PHP......
Manager of automated tests
The test manager is used to......
ERR_WDADMIN_EXIST