ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

Process (Variable type)
The Process type is used to define the characteristics of the remote application that can be started by ExeRemoteRun.
ExeListProcess (Function)
Returns the list of applications currently run.
ExecuteProcess (Function)
Starts the execution of a process programmatically, i.e. without the user having to perform any particular action in the interface.
MyPopupControl (Reserved word)
MyPopupControl is used to handle the control that opened a popup window...
MyPage (Reserved word)
MyPage is used to handle the current page...
MyReport (Reserved word)
MyReport is used to handle the current report...
MySource (Reserved word)
MySource is used to handle the current data source (file, view or query) associated with a report or with a table based on a data file...
MyWindow (Reserved word)
The keyword MyWindow keyword is used to manipulate the current window...
MyInternalWindow (Reserved word)
MyInternalWindow is used to handle the current internal window.
MySelf (Reserved word)
MySelf is used to handle the current control...
ThreadPersistent (Function)
Makes a thread persistent.
The Combo Box control
The "Combo Box" control is used to display a list of elements and to select an element...
Specific features of the Express version
Server triggers
Server triggers are stored procedures executed by the server before or after a write operation...
Windows
The windows represent the main interface of a WINDEV application......
Telemetry: Main features
Specific features of the Express version
WDDeploy: Deploy a static or PHP site
To install the files of a static site on a Web server......
The TreeView control
...The TreeView control is a tree structure used to simplify the display of information that can...
Characteristics of Table controls in a window
Table controls allow you to display and/or enter data......
The Table control
The Table allows users to easily view and enter data stored in memory or from a table, view...
2025 novelties brochure: Common novelties
What's new in WINDEV/WEBDEV/WINDEV Mobile 2025 in the What's new 2025 brochure....
The report editor
WINDEV, WEBDEV and WINDEV Mobile allow you to create reports with the report editor......
WDMSG
You can create multilingual projects in WINDEV, WEBDEV or WINDEV Mobile......
New Features brochure - Version 27: Common new features
New features in WINDEV/WEBDEV/WINDEV Mobile 27 presented in the New Features brochure....
Translating a text file with WDTRAD
New Features brochure - Version 28: Common new features
New features in WINDEV/WEBDEV/WINDEV Mobile 28 presented in the New Features brochure....
Functions for managing objects (External language)