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

Declaration
type  
  TacFileStorageOverwrite = (owIfSizeDifferent,  
                             owNever, owAlways);  
 
property Overwrite: TacFileStorageOverwrite;  

Description
Controls whether FileStorage could overwrite already extracted files on program startup.  

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.