TTMSMCPCloudBase.DownloadFileFromURL Method
Downloads a file from the specified URL and delivers the result via the callback.
API unit family: TMS.MCP.CloudBase
Declaring type: TTMSMCPCloudBase
Inherited from: TTMSMCPCustomCloudBase
Syntax
class procedure DownloadFileFromURL(const AURL: string; const ARequestResultEvent: TTMSMCPCloudBaseRequestResultEvent);
Parameters
| Name | Description |
|---|---|
AURL |
The URL of the file to download. |
ARequestResultEvent |
Callback invoked when the download completes. |