TTMSFNCBitmapContainer.AddFromURL Method
Downloads a bitmap from a URL and adds it to the collection with the specified name.
API unit family: TMSFNCBitmapContainer
Declaring type: TTMSFNCBitmapContainer
Syntax
procedure AddFromURL(URL, BitmapName: string); virtual;
Parameters
| Name | Description |
|---|---|
URL |
The URL of the image to download. |
BitmapName |
The name to assign to the downloaded bitmap item. |