autoupgrader Abort method
Return to Introduction  Previous page  Next page
Applies to
acAutoUpgrader, acHTTP, acWebImage, acSendMail and acSQLQueryThread components.  

Declaration
procedure Abort;  

Description
The Abort method terminates the upgrade process on any stage. Call it to imediately stop the upgrading.  
 
After successful termination the OnAborted event occurs.  

See also
CheckUpdate method;  
OnAborted event;  
UseCache property.