webimage Retry method
Return to Introduction  Previous page  Next page
Applies to
acWebImage component.  

Declaration
procedure Retry;  

Description
The Retry method retries to download the image from location specified in URL property.  
 
You can use this method to re-download the picture in case if some error occured or downloading was terminated after calling Abort method.  

Example
procedure TPreview.RetryBtnClick(Sender: TObject);  
begin  
  acWebImage1.Retry;  
end;  

See also
Abort method;  
OnError and OnAborted events.