Skip to content

DeleteValue - cRegistry

Deletes a Value from a Key in the Registry

Type: Function
Return Data Type: Boolean

Parameters

Parameter Type Description
sValueName String The name of the Value to delete

Syntax

Function DeleteValue String sValueName Returns Boolean

Call Example

Get DeleteValue sValueName to BooleanVariable

Description

You use DeleteValue to delete a Value from the Key that is already open. If you do not have the Key open, you must open it before deleting any Values within it.

Return Value

If the Value is deleted, the function will return True, otherwise it will return False.