Table of Contents

TTMSFNCCloudBaseRequestResult.OnProgress Event

Fires during upload or download progress, reporting the current progress fraction and direction.

API unit family: TMSFNCCloudBase Declaring type: TTMSFNCCloudBaseRequestResult

Syntax

OnProgress: TTMSFNCCloudBaseRequestProgressEvent;

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.