ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

HListConnection (Function)
Returns the list of connections currently described in the application: connections described in the data model editor (for the main database schema and, if necessary, additional database schemas). connections described by programming (with functions HDescribeConnection or HOpenConnection)....
Handling an Edit control programmatically
You can handle Edit controls programmatically......
The Calculated control
The "Calculated" control is used to perform calculations in a report......
Handling Image controls programmatically
WINDEV, WEBDEV and WINDEV Mobile allow you to handle an Image control through programming......
TypeDescription (Property)
The TypeDescription property is used to: Find out the type used by an Enumeration or Combination item. This item was defined in the data model editor or programmatically. Define the type used by an Enumeration or Combination item (when describing the item through programming)....
SQLTransaction (Function)
Begins, commits or rolls back a transaction: on the files of a database opened by SQLConnect, on the files of a database opened by a connection (OLE DB or Native Access/Native Connector) described in the data model editor or by HOpenConnection....
Automated tests: Emulation functions
List of automatic tests: Emulation functions...
Events associated with Edit controls
WLanguage events associated with Edit controls...
Events associated with breaks
Adds a shadow effect on an image found in an Image variable....
Open document tabs
The document tabs allow you to navigate between the different elements opened in the different editors....
General exception mechanism
A process of general exception is available for all the components of the object with which it is associated......
Removing a project from the SCM (Source Code Manager)
SCM administrator
The SCM administrator (Source Code Manager) allows you to handle the different projects included in the Source Code Manager......
Modal (Property)
The Modal property determines whether the bottom sliding window associated with the current current window is modal or modeless.
The Chart control: Characteristics in the editor
Regardless of the type of chart displayed in the Chart control, all its characteristics can be configured via its description window......
Running a query and handling the result in WLanguage
The selection of records performed by query is not necessarily displayed in a report, in a window, ......
WLanguage functions available in PHP
Some WLanguage functions are not available in PHP......
Body (Property)
The Body property is used to identify and modify the HTML body of an HTML Display control or an HTML Editor control.
Migrating a WEBDEV site to PHP
To migrate a WEBDEV site to PHP......
SCM administrator: Managing repositories
The SCM administrator gives you direct access to the source code of projects included in the Source Code Manager......
Handling a WEBDEV Slider control through programming
WEBDEV allows you to handle a Slider control through programming....
Events associated with Calendar controls
List of events associated with Calendar controls...