Table of Contents

TTMSFNCBitmapHelper.LoadFromURL Method

Downloads and loads a bitmap from the specified URL, replacing any existing content.

API unit family: TMSFNCTypes Declaring type: TTMSFNCBitmapHelper

Overloads

Overload 1

Downloads and loads a bitmap from the specified URL, replacing any existing content.

procedure LoadFromURL(AURL: String); overload;

Parameters

Name Description
AURL The URL of the image to download.

Overload 2

Downloads and loads a bitmap from the specified URL using the given module instance, replacing any existing content.

procedure LoadFromURL(AURL: String; AInstance: NativeUInt); overload;

Parameters

Name Description
AURL The URL of the image to download.
AInstance The module instance handle used for URL resolution context.