ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

Category: Registry functions
21 results
Constants for managing the registry
List of constants used by the registry functions.
Registry functions
List of functions for managing the registry
RegistryCopyKey (Function)
Copies a registry key with all its subkeys and values.
RegistryCreateKey (Example)
Usage example of the RegistryCreateKey function
RegistryCreateKey (Function)
Creates a key 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.
RegistryFirstSubKey (Example)
Usage example of the RegistryFirstSubKey function
RegistryFirstSubKey (Function)
Identifies the path of first subkey of specified key in the Windows registry.
RegistryListKey (Function)
Lists the subkeys of a registry key.
RegistryListValue (Function)
Returns the name (and possibly the type) of values for a key found in the registry.
RegistryNextKey (Function)
Identifies the key found after the specified key in the Windows registry.
RegistryQueryValue (Example)
Usage example of the RegistryQueryValue function
RegistryQueryValue (Function)
Reads a value in the Windows registry.
RegistryRename (Function)
Renames a key in the registry.
RegistrySeek (Function)
Seeks a character string in the registry.
RegistrySetValue (Example)
Usage example of the RegistrySetValue function
RegistrySetValue (Function)
Writes a value to a key in the Windows registry.
RegistryValueType (Function)
Returns the type of value found in the registry.
The Windows registry
Several WINDEV functions can be used to handle the Windows registry...