TTMSFNCURLBitmapContainer.OnDownloadProgress Event
Fired periodically during a background download with the current position and total size in bytes.
API unit family: TMSFNCURLBitmapContainer
Declaring type: TTMSFNCURLBitmapContainer
Syntax
OnDownloadProgress: TTMSFNCURLBitmapContainerDownloadProgressEvent;
Parameters
| Name | Description |
|---|---|
Sender |
The URL bitmap container that raised the event. |
ItemIndex |
Zero-based index of the item being downloaded. |
Position |
Number of bytes received so far. |
TotalSize |
Total size of the download in bytes; may be 0 if unknown. |