[About] Version=1.0 Author=Nic Mail=support@hiasm.com [Type] Class=Element Info=The operations with the registry key Tab=System [Property] Key=Sets the name or path of the subkey to create or open (for example, "Software\MyApplication")|2| PermissionCheck=Specifies whether security checks are performed when opening registry keys and accessing their name/value pairs|14|0|Default,ReadSubTree,ReadWriteSubTree RegistryOptions=Specifies options to use when creating a registry key|14|0|None,Volatile ThrowOnMissingSubKey=For the methods doDeleteXXXX indicates whether an exception should be raised if the specified subkey cannot be found. If true and the specified subkey does not exist, an exception is raised. If false and the specified subkey does not exist, no action is taken|14|1|True,False Value=Sets the name of the Value|2| [Methods] doCreateSubKey=Creates a subkey or opens a subkey for write access, using the specified permission check and registry options|1|0 doDeleteSubKey=Deletes the specified subkey, and specifies whether an exception is raised if the subkey is not found|1|0 *doDeleteSubKeyTree=Deletes the specified subkey and any child subkeys recursively, and specifies whether an exception is raised if the subkey is not found|1|0 *doDeleteValue=Deletes the specified value from this key, and specifies whether an exception is raised if the value is not found|1|0 onRegistryKey=Occurs after the opening of the key and writes it to the flow ARG(key)|2| onError=If an error occurs, an error message appears ARG(Error message)|2|2 NewRegistryKey=Returns the newly created subkey, or null reference if the operation failed|3| RegistryKey=Defines an instance of RegistryKey|4| Key=Defines the name or path of the subkey to create or open|4|2 Value=Defines the value name of the registry|4|2