TTMSMCPCloudBaseRequestResult.CallBackProgress Event
Callback invoked during upload or download progress, receiving this result object and the current progress fraction.
API unit family: TMS.MCP.CloudBase
Declaring type: TTMSMCPCloudBaseRequestResult
Syntax
CallBackProgress: TTMSMCPCloudBaseRequestResultProgressEvent;
Parameters
| Name | Description |
|---|---|
ARequestResult |
The request result object being transferred. |
AProgress |
Transfer progress as a fraction in the range 0.0 to 1.0. |