Table of Contents

TTMSFNCWebBrowserDownloadState Enumeration

Current state of a file download managed by the browser.

API unit family: TMSFNCWebBrowser

Members

Name Description
dsInProgress Download is currently transferring data.
dsInterrupted Download was interrupted; it may be resumable depending on TTMSFNCWebBrowserDownload.CanResume.
dsCompleted Download completed successfully.
dsCancelled Download was cancelled.