new_registry CRegistry:Open

CRegistry:delete


The delete method closes the registry key and deletes the instance of the CRegistry object. The delete and Close methods are equivalent. Call delete when you are finished using the instance of CRegistry.

Syntax

CRegistry:delete()

Example

 

R = CRegistry:new( "MyKey" )

-- open the key named "MyKey".

  ...

-- do something with the registry.

R:delete()

-- close the key and delete the CRegistry object.

Related Topics

CRegistry class

new

new_registry

 


Mira Pro x64 Script User's Guide, v.8.73 Copyright Ⓒ 2024 Mirametrics, Inc. All Rights Reserved.