Table of Contents

TTMSFNCCustomCloudBase.DownloadFileFromURL Method

Downloads a file from the specified URL and delivers the result via the callback.

API unit family: TMSFNCCloudBase Declaring type: TTMSFNCCustomCloudBase

Syntax

class procedure DownloadFileFromURL(const AURL: string; const ARequestResultEvent: TTMSFNCCloudBaseRequestResultEvent);

Parameters

Name Description
AURL The URL of the file to download.
ARequestResultEvent Callback invoked when the download completes.