iesnifferautofilluserinfo RegistrySaver property
Return to Introduction  Previous page  Next page
Applies to
acIESnifferAutoFillUserInfo component.  

Declaration
type  
  TacIESnifferAutoFillRegistrySaver = class  
  published  
    property Enabled: Boolean;  
    property RegKey: String;  
    property RegLocation: TacRegLocation;  
  end;  
 
property RegistrySaver: TacIESnifferAutoFillRegistrySaver;  

Description
The RegistrySaver structure used to automatically save and retreive the values for Fields structure from registry.  
 
To let the component automatically retreive the Fields from registry on program startup — set Enabled property to True. To specify the registy key and location where the text should be stored — specify RegKey and RegLocation properties.  
 
iiinfo To save the Fields to registry after their modification — call Save method.  

See also
Fields property;  
Save method.