ibec_reg_DeleteKey

Removes a specified key and its associated data from the registry.

Syntax

 function ibec_reg_DeleteKey(Registry : variant; Key: String) : Boolean;

Description

Call ibec_reg_DeleteKey to remove a specified key and its associated data, if any, from the registry. ibec_reg_DeleteKey returns True if key deletion is successful. On error, ibec_reg_DeleteKey returns False.

Example

<< ibec_reg_CloseKey | IBEBlock | ibec_reg_CreateKey >>