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

Declaration
property RegLocation: TacRegLocation;  

Description
The RegLocation specifies the root key of the hierarchy of subkeys, where you would like to store the value of Value property. RegLocation property can point to HKEY_CURRENT_USER (rlCurrentUser) or HKEY_LOCAL_MACHINE (rlLocalMachine) root keys.  

See also
RegKey and RegValue properties.