ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

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.
WINDEV, WEBDEV and WINDEV Mobile tools
The following tools are provided with WINDEV, WEBDEV and WINDEV Mobile
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...
diagConnector (Type of variable)
The diagConnector type is used to define all the advanced characteristics of a connector in a diagram.
WinLineDetails (Property)
The WinLineDetails property allows you to get and change the name of the internal window used to display the details of a row in a Table control.
RulerValue (Property)
The RulerValue property is used to get or change the position of the playhead in a TimeLine control.
New (Reserved word)
New is used to allocate memory space...
SocketDeny (Function)
Run on the server, this function refuses a request for connection to an existing socket found on the server.
dbgConnect (Function)
Used to connect a remote debugger to an application, service, web service, etc.
WLanguage code coloring
The code editor includes a coloring system for the different elements in WLanguage code....
Dynamic array (Type of variable)
A dynamic array is an "advanced" type of array...
EmailOpenMail (Function)
Opens the default messaging software: of Web user on the browser computer. of the user on the current Windows computer. on the phone....
Project description: Options tab
The project description window allows you to configure various elements of your project......
appServerScheduledTask (Type of variable)
The appServerScheduledTask type is used to manage a scheduled task of WEBDEV Application Server through programming (for a site or a webservice).
2. Listing products
WEBDEV Tutorial - Creating a website with back office processes Lesson 2 - Listing products - 50 min
1. Application overview
WINDEV Mobile tutorial: Developing an Android and iOS application Lesson 1 - Application overview - 10 min
Push notification
A mobile device can receive push notifications......
SocketClose (Function)
Closes a socket or a connection to a server socket.
Report based on a TreeView Table control
You can use a report based on a TreeView Table control to directly print the information displayed in a TreeView Table control found......
XMLLast (Function)
Positions on the last element (tag or attribute) of the current tree level.
XMLFirst (Function)
Positions on the first element (tag or attribute) in the current tree level.
dbgCheckNull (Function)
Checks whether an expression is Null in assertive programming and in automated test mode.
dbgCheckNotNull (Function)
Checks whether an expression is not Null in assertive programming and in automated test mode.
Writing an email
Writing an email in WLanguage consists in filling the email structure of WLanguage......
Diagram editor (WINDEV): ribbon and panels
The Diagram Editor control includes many features accessible via......
WINDEV Mobile 2025: New WLanguage features
In version 2025, new functions, properties and data types have been introduced and some have been improved, ......
SQLModify (Function)
Modifies the content of a row in the query result.
JSInfoEvent (Function)
Used to handle the JavaScript properties of the browser event that triggered the code execution.