ibec_reg_OpenKey

Call ibec_reg_OpenKey to make a specified key the current key.

Syntax

 function ibec_reg_OpenKey(Registry : variant; Key: String; CanCreate: Boolean) : Boolean;

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.

Examples

<< ibec_reg_Close | IBEBlock | ibec_reg_CloseKey >>