meta data for this page
ibec_reg_OpenKey
Call ibec_reg_OpenKey to make a specified key the current key.
Description
Key is the name of the key to open. CanCreate specifies whether to create the specified key if it does not exist. If CanCreate is True, the key is created if necessary. ibec_reg_OpenKey returns True if the key is successfully opened or created.
Syntax
function ibec_reg_OpenKey(Registry : variant; Key: String; CanCreate: Boolean) : Boolean;