Name

DeleteSetting Procedure — Microsoft.VisualBasic.Interaction

Synopsis

DeleteSetting(appname[, section[, key]])
appname required; String

The name of the application. This must be a subkey of the HKEY_CURRENT_USERSoftwareVB and VBA Program Settings registry key.

section optional; String

The name of the application key’s subkey that is to be deleted. section can be a single key or a registry path separated with backslashes.

key optional; String

The name of the value entry to delete.

Description

Deletes a complete application key, one of its subkeys, or a single value entry from the Windows registry.

..................Content has been hidden....................

You can't read the all page of ebook, please click here login for view all page.
Reset