CImSynthInfo:Save


The Save method stores the properties of a CImSynthInfo object to the system Registry.

Syntax

CImSynthInfo:Save()

CImSynthInfo:Save( sRegEntry )

where

    sRegEntry is a string that specifies the name of the registry entry to save. If not specified, the existing name is used, either the default name or the name specified in the Open method.

Example

 

S = CImSynthInfo:new()

-- create a new instance of the CImSynthInfo class.

  --

-- do something with the CImSynthInfo object.

S:Save()

-- Save the properties to the system registry

Related Topics

Open

CImSynthInfo Properties

CImSynthInfo class