Table of Contents

TTMSMCPCloudBase.OnRequestProgress Event

Fires periodically while an HTTP request is in progress to report download or upload progress.

API unit family: TMS.MCP.CloudBase Declaring type: TTMSMCPCloudBase Inherited from: TTMSMCPCustomCloudBase

Syntax

OnRequestProgress: TTMSMCPCloudBaseProgressEvent;

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.