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.
Report based on a memory area
A report based on a memory area is used to print the records stored in a memory area......
WDMap: Adding, modifying and deleting the records of a data file
WDMap allows you to perform simple operations (addition, modification or deletion) on the records...
Printing duplicate copies
For legal reasons, it may be useful to keep an identical copy of a report (an invoice for example)....
"WEBDEV Application Server" License Agreement
"WEBDEV Application Server" License Agreement...
Reports
A report provides a custom view of data......
Report controls
Several types of controls can be handled in a report created by the report editor......
Window controls
Several types of controls can be used in a window, ......
The TreeView Table control
The Treeview Table control is a cross between the Table control and the TreeView control......
Errors while managing tables
When an HFSQL function fails (returns False for example), the corresponding error number...
Image control in a window
This help page presents the characteristics of an Image control found in a window...
Characteristics of Table controls in a page
Table controls allow you to display and/or enter data......
The List Box control
The List Box control is used to display a list of elements and to select one or more elements...
Changing sites from AWP to SEO-ready session mode
Automatic data masking
Data masking is a process that transforms the data in an item that will be displayed to the user......
WDTestSite: Overview
WDTestSite is used to run different tests on a WEBDEV site......
Windows
The windows represent the main interface of a WINDEV application......
The Combo Box control
The "Combo Box" control is used to display a list of elements and to select an element...
The pages
Pages are the main interface of a WEBDEV site......