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...
MyInternalWindow (Reserved word)
MyInternalWindow is used to handle the current internal window.
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...
MyPage (Reserved word)
MyPage is used to handle the current page...
MyWindow (Reserved word)
The keyword MyWindow keyword is used to manipulate the current window...
MySelf (Reserved word)
MySelf is used to handle the current control...
ThreadPersistent (Function)
Makes a thread persistent.
Customizing the setup program (Plug-in)
In a setup program, you may want to customize some actions......
Managing the critical sections
Semaphores are used to limit the simultaneous execution of a code (procedure, line of code, etc....
Pre-launched sessions
A pre-launched session is a session of a Web site (or webservice) automatically started on the Web...
4. HFSQL Classic
The Static Text control
A Static Text control is a control used to display a static text......
Frequently asked questions about Automatic Update
Frequently asked questions about the update search mechanism....
Debugging without debugger
In some cases, running a program or a site with or without the debugger can produce different...
External language: Programming in C#
We are going to call the elements developed in WINDEV (project, windows, analysis, ......
Automatic button execution (Window)
To force an action on a window, all you have to do is define a button of this window in "Automatic...
Classes, members, methods and properties
A class is made of......
Menus and menu options: Tips & Tricks
This page presents some operations specific to the menus and to the menu options......
<Connection variable>.Transaction (Function)
Starts a transaction on the data files (HFSQL or accessed via Native Access) and creates...
<Connection variable>.TransactionCancel (Function)
If a transaction is in progress, cancels all the operations performed on the data files...
<Connection variable>.TransactionEnd (Function)
Validates the current transaction: the modifications performed on the data file since the start...
Handling menu options via the context menu
WINDEV and WINDEV Mobile support two types of menus: ......
URL Rewriting
URL Rewriting is a technique used to improve SEO......
Minimap
The minimap is an option that allows you to quickly navigate the code editor......
Managing MQTT
MQTT is a "publish-subscribe" messaging protocol based on the TCP/IP protocol......
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 propose an automatic management of Drag and Drop....
HFSQL Client/Server: Overview
You have the ability to create applications that access the HFSQL Client/Server databases......