RegDelete deletes the named registry value of the current key.
Return Value
If the function succeeds, the return value is TRUE (1); otherwise it is FALSE (0).
Parameters
ssKey.
Example
b = RegConnect("HKEY_CURRENT_USER");
b = RegOpen("Software\RSB\UniPlot");
// Deletes the named registry value of the current key.
print RegDelete("Stringtable");
See also
id-1667016