DelRegistoryKey

<< Click to Display Table of Contents >>

Manual > Control Reference > Route > Route Methods >

DelRegistoryKey


 

Delete the registry key.

 


syntax

DelRegistoryKey(

         base,

         path,

         keyname

         )

 


Parameters

 

base

 

Type:

character

 

Select the target registry from the following:

"HKEY_CURRENT_USER"

"HKEY_LOCAL_MACHINE"

"HKEY_CLASSES_ROOT"

"HKEY_USERS"

"HKEY_CURRENT_CONFIG"

*If nothing is specified, use HKEY_CURRENT_USER.

 

path

 

Type:

character

 

The path to the registry.

 

keyname

 

Type:

character

 

The key name.

 

Return Value

 

 

Type:

Boolean

 

FALSE - Failure. TRUE - Success.

 


Supported


Script Action

Browser script

×

Calculation formula syntax

 

 


reference