TTMSFNCURLBitmapContainer.AddFromURL Method
Adds a new item with the given URL and name, then starts a background download if no download is already in progress.
API unit family: TMSFNCURLBitmapContainer
Declaring type: TTMSFNCURLBitmapContainer
Syntax
procedure AddFromURL(URL, BitmapName: String); override;
Parameters
| Name | Description |
|---|---|
URL |
The URL from which the bitmap will be downloaded. |
BitmapName |
The name under which the downloaded bitmap is stored and looked up. |