connectionlist RegistrySaver property
Return to Introduction  Previous page  Next page
Applies to
acConnectionList and acHostnameResolver components.  

Declaration
type  
  TacHostnameResolverRegistrySaver = class  
  published  
    property Enabled: Boolean;  
    property RegKeyString;  
    property RegLocationTacRegLocation;  
  end;  
 
property RegistrySaver: TacHostnameResolverRegistrySaver;  

Description
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.