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

Declaration
procedure Abort;  

Description
The Abort method imediately terminates execution of thread which reads the data from the Web by HTTP(s) protocol. After calling the Abort method, the OnAborted event occurs.  

See also
Retry method; OnAborted event.