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

Declaration
type  
  TRegLocation = (rlCurrentUser, rlLocalMachine);  
  TIESnifferAutoFillRegistrySaver = class  
  published  
    property Enabled: Boolean;  
    property RegKey: String;  
    property RegLocation: TRegLocation;  
  end;  
 
property RegistrySaver: TIESnifferAutoFillRegistrySaver;  

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.  
File not found.