| acClasses
|
| type
|
| TacRegLocation = (rlCurrentUser, rlLocalMachine);
|
| The TacRegLocation type contains the values that can take RegLocation property. These values points the section of system registry where to store the component settings.
|
|
|
| When RegLocation is rlCurrentUser, component 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.
|