![]() |
![]() ![]() ![]() |
dcFolderListView component as subproperty of RegistrySaver structure.
|
type
|
TdcRegLocation = (rlCurrentUser, rlLocalMachine);
|
|
property RegLocation: TdcRegLocation;
|
The RegLocation specifies the root key of the hierarchy of subkeys, where you would like to store the ListView's settings (sorting rules and widths of columns). RegLocation property can point to HKEY_CURRENT_USER (rlCurrentUser) or HKEY_LOCAL_MACHINE (rlLocalMachine) root keys.
|
|
When RegLocation is rlCurrentUser, dcFolderListView 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.
|
RegKey and Enabled properties.
|