TTMSFNCCloudBase.OnRequestProgress Event
Fires periodically while an HTTP request is in progress to report download or upload progress.
API unit family: TMSFNCCloudBase
Declaring type: TTMSFNCCloudBase
Inherited from: TTMSFNCCustomCloudBase
Syntax
OnRequestProgress: TTMSFNCCloudBaseProgressEvent;
Parameters
| Name | Description |
|---|---|
Sender |
The cloud base component that raised the event. |
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. |