TTMSMCPCloudBaseRequestResult.OnProgress Event
Fires during upload or download progress, reporting the current progress fraction and direction.
API unit family: TMS.MCP.CloudBase
Declaring type: TTMSMCPCloudBaseRequestResult
Syntax
OnProgress: TTMSMCPCloudBaseRequestProgressEvent;
Parameters
| Name | Description |
|---|---|
ARequestResult |
The request result being monitored. |
AProgress |
A value between 0 and 1 representing the fraction of bytes transferred. |
AUpload |
Set to True when the progress is for an upload; False for a download. |