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.
Business rules
WINDEV, WEBDEV and WINDEV Mobile allow you to manage the business rules......
HFSQL Client/Server: Overview
You have the ability to create applications that access the HFSQL Client/Server databases......
Managing MQTT
MQTT is a "publish-subscribe" messaging protocol based on the TCP/IP protocol......
Management errors specific to Native Connectors
When an HFSQL function fails (returns False for example), the corresponding error number...
Collapsed code
The code is collapsed to improve readability, by only displaying the comments in front of the lines...
Automatic Drag and Drop
For some types of controls, WINDEV and WEBDEV offer an automatic management of Drag and Drop....
Handling menu options programmatically
The menu options can be handled......
HTransactionStart (Function)
Starts a transaction on the data files (HFSQL or accessed via a Native Connector) and creates...
Options displayed in a status bar with multiple cells
In the status bar description window, you can specify the options that will appear in each cell...
HTransaction (Function)
Starts a transaction on the data files (HFSQL or accessed via a Native Connector) and creates...
The Progress Bar control
The Progress Bar control is used to follow the progress of an event......
"Long press" optional event
The optional event "Long press/Open context menu" is run during a long press on the controls...
Creating and using a REST Webservice
A REST WebService is a program hosted on a server containing functions accessible via HTTP...
21. Managing business rules
Managing business rules...
18. Management of business rules
Looper control linked to a data file
A Looper control can be used to display the content of a data file or query......
The Image control
The Image control is used to......
Joins between the tables of a select query
When several tables are used in a query, the query editor automatically searches for the links...
HTransactionCancel (Function)
If a transaction is in progress, cancels all the operations performed on the data files...
The Edit control
The Edit control allows users to enter data......