REGISTRY.DROP_SETTINGS()
Syntax
:REGISTRY.DROP_SETTINGS( Registry_Key as C )
|
Argument |
Description |
|
Registry_Key |
The name of a registry entry. |
Description
The REGISTRY.DROP_SETTINGS() method deletes the Registry_Key from the REGISTRY. The Registry_Key is relative to the root key.
The root key is for Alpha Five Version 5:
|
HKEY_CURRENT_USER\Software\Alpha Software\Alpha Five 5.0 |
The root key is for Alpha Five Version 6:
|
HKEY_CURRENT_USER\Software\Alpha Software\Alpha Five 6.0 |
The root key is for Alpha Five Version 7:
|
HKEY_CURRENT_USER\Software\Alpha Software\Alpha Five 7.0 |
Examples
Delete the variables under the registry key of UserInformation.
|
:registry.drop_settings("UserInformation") |
See Also
Supported By
Alpha Five Version 5 and Above