DeleteRegistryValue Method (SystemFunctions)

Action

Deletes a value.

Syntax

bSuccess = DeleteRegistryValue (rcCategory, sKeypath, sValueName)
Variable Description
bSuccess True if the value was successfully deleted, false otherwise. Boolean.
rcCategory The root key for the registry. RegistryCategory.
sKeypath The path to the registry key. String.
sValueName The value. String.