|
|
|
| acWebImage component.
|
| procedure Retry;
|
| 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.
|
| procedure TPreview.RetryBtnClick(Sender: TObject);
|
| begin
|
| acWebImage1.Retry;
|
| end;
|
| Abort method;
|
| OnError and OnAborted events.
|