ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

Source (Property)
The Source property gets and sets the source of an element.
SCM: History search
History search allows you to perform an advanced search in the history of operations performed in the SCM......
HTransactionIsolation (Function)
Configures the isolation mode of transactions for a connection to an HFSQL server.
Events associated with the cells of the status bars
WINDEV manages the following events by default:...
InDeviceOwnerMode (Function)
Indicates whether the Android application is in "Device owner" mode.
Source (Property)
The Source property can be used on: Chart control field field: in this case, the Source property indicates the source of the series: table column, list of values, etc, ... a connection: in this case, the Source property is used to identify or define the source of a connection (HFSQL Client/Server, OLE DB, etc.).....
Changing sites from AWP to SEO-ready session mode
Characteristics of Table controls in a window
Table controls allow you to display and/or enter data......
JSEvent (Function)
Associates a browser procedure with an event on an object in browser code.
Developing a SaaS site
A SaaS site is developed as a standard WEBDEV website. Some additional operations must be performed......
The Active WEBDEV Pages
You want to reference several pages of your WEBDEV site?......
LogMethod (Property)
The LogMethod property is used to: find out the log mode used for a data file (file defined in the data model editor or through programming). define the log mode used for a data file (when the file is described through programming)....
CONTINUE statement/"CONTINUE:" label
The CONTINUE keyword can correspond: to the CONTINUE instruction. It allows you to go back to the beginning of the first iteration without finishing the code of the current iteration. to the CONTINUE: label. It allows you to declare a common code in a loop....
Port (Property)
The Port property is used to identify and change a server connection port.
Automated tests: Test-specific functions
List of automated tests: Test-specific functions...
xmlNode (Type of variable)
The xmlNode type is used to handle a node of an XML document.
Error 1044: The class is already derived from this class
Compression (Property)
The Compression property gets and sets the data compression mode.
MenuClone (Function)
Clones a menu or a menu option as well as the associated code.