The Designer component has two new properties which control the name and location of user preferences: IniStorageName and IniStorageType. The default behavior is that preferences are file-based, are stored in a file named RBuilder.ini which is saved in the Windows\System directory. You can change the name and location of this file using IniStorageName. If IniStorageType is set to Registry, then all preferences will be stored under HKEY_CURRENT_USER nested within the key name given in IniStorageName (defaults to RBuilder.)
Comments
The Designer component has two new properties which control the name and location of user preferences: IniStorageName and IniStorageType. The default behavior is that preferences are file-based, are stored in a file named RBuilder.ini which is saved in the Windows\System directory. You can change the name and location of this file using IniStorageName. If IniStorageType is set to Registry, then all preferences will be stored under HKEY_CURRENT_USER nested within the key name given in IniStorageName (defaults to RBuilder.)
regards,
Chris Ueberall;