|
|
|
| acHostnameResolver, acListView and acAppBar components.
|
| type
|
| TacHostnameResolverRegistrySaver = class
|
| published
|
| property Enabled: Boolean;
|
| property RegKey: String;
|
| property RegLocation: TacRegLocation;
|
| end;
|
|
|
| property RegistrySaver: TacHostnameResolverRegistrySaver;
|
| The RegistrySaver structure used to save and restore the cached hostnames to/from system registry.
|
|
|
| If you wish to save the internal cache and restore it on next allication restart just specify the RegLocation and RegKey where to store these settings, and set Enabled to True.
|