autoupgrader TacUpgradeMethod type
Return to Introduction 
Unit
acAutoUpgrader  

Declaration
type  
  TacAutoUpgraderUpgradeMethod = (umAutoUpgrade, umRedirectToURL);  

Description
The TacUpgradeMethod structure contains values that can assign UpgradeMethod property of the InfoFile structure of the acAutoUpgrader component.  
 
There is two possible values:  
ValueMeaning  
umAutoUpgradecomponent should download and replace all newer files;  
umRedirectToURLredirect users to first URL specified in Files property.  

See also
InfoFile structure.