appbar RegLocation property
Return to Introduction  Previous page  Next page
Applies to
acAppStartCounter, acFormPlacementSaver components, and acAppBar / acListView components 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 AppBar settings. RegLocation property can point to HKEY_CURRENT_USER (rlCurrentUser) or HKEY_LOCAL_MACHINE (rlLocalMachine) root keys.  
 
When RegLocation is rlCurrentUser, acAppBar stores all settings in the registry section for current logged user. When RegLocation is rlLocalMachine settings will be saved for ALL users of current machine.  

Note
iiinfo This property will be used only if you use system registry as storage (Storage = useRegistry).  

See also
RegKey property.