appglobalswitch RegKey property
Return to Introduction  Previous page  Next page
Applies to
acAppGlobalSwitch component as subproperty of RegistrySaver structure.  

Declaration
property RegKey: String;  

Description
The RegKey property defines the path to the key in the system registry where you would like to store the value of Value property.  
 
Default property value is '\Software\CompanyName\ProgramName\My Switch'. You should point the RegKey to location where stored the configuration settings of your own application. For example: '\Software\UtilMind Solutions\The Cool Program\My Switch Value'.  

See also
RegLocation and RegValue properties.