CImSynthInfo:Save
The Save method stores the properties of a CImSynthInfo object to the system Registry.
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
|
-- create a new instance of the CImSynthInfo class. |
-- |
-- do something with the CImSynthInfo object. |
|
-- Save the properties to the system registry |