JCL Help:RegDeleteEntry

From Project JEDI Wiki
Jump to navigationJump to search


Summary

Deletes an entry from the registry.


Pascal

 function RegDeleteEntry(const RootKey: DelphiHKEY; const Key: string; const Name: string): Boolean;


Parameters

Parameters Description
const RootKey: DelphiHKEY The rootkey which to write to, one of the HKEY_XXX constants.
const Key: string The key (path) where the desired value is located, relative to RootKey.
const Name: string Name of the value to delete.


Return Value

The function return True if it succeeds else False. The most probable failure reasons are a nonexistent key or name or insufficient permissions on Windows NT.


Description

RegDeleteEntry deletes a single value from the registry.


About

Unit

JclRegistry


Donator

John C Molyneux


Contribute to this help topic

This documentation wiki is based on the collaborative effort of Project JEDI users. Your edits are welcome in order to improve documentation quality: edit this page