ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

Constants for managing the registry
List of constants used by the registry functions....
RegistryCreateKey (Function)
Creates a key in the Windows registry.
The Windows registry
Several WINDEV functions can be used to handle the Windows registry......
RegistryQueryValue (Function)
Reads a value in the Windows registry.
RegistryDeleteKey (Function)
Deletes a subkey from the Windows registry.
RegistryDeleteValue (Function)
Deletes a value from the Windows registry.
RegistryExist (Function)
Checks the existence of a key in the Windows registry.
RegistrySetValue (Function)
Writes a value to a key in the Windows registry.
Registry management functions
List of functions for managing the registry...
RegistryNextKey (Function)
Identifies the key found after the specified key in the Windows registry.
RegistryFirstSubKey (Function)
Identifies the path of first subkey of specified key in the Windows registry.
Changing sites from AWP to SEO-ready session mode
A query created in the query editor can contain several types of items......
Transactions in SQL
Starting with version 21, you can manage transactions in SQL code......
Page templates and inheritance
When a page template is applied to a page, all the controls and code found in the template are "copied" into the page......
Service management functions
List of functions for managing services...
ModbusReadRegister (Function)
Reads one or more registers from a Modbus slave, starting at a specific address.
<modbusSession>.ReadRegister (Function)
Reads one or more registers from a Modbus slave, starting at a specific address.
RegistryRename (Function)
Renames a key in the registry.