filestorage Enabled property
Return to Introduction  Previous page  Next page
Applies to
acFileStorage component, as subproperty of AutoExtract structure.  

Declaration
property Enabled: Boolean;  

Description
Controls whether acFileStorage component should automatically extract all files on program startup.  
 
If AutoExtract.Enabled is TRUE, FileStorage will automatically extract all files on program startup, to location specified in ExtractTo property.  
 
If AutoExtract.Enabled is FALSE then FileStorage will NOT extract files on startup and all other subproperties of the AutoExtract property will ignored.  

Note
You don't need to change anything from AutoExtract subproperties at run-time because of these auto extracting features used by acFileStorage on program startup only. You may set this property at design-time only, all run-time modifications will senseless.