Table of Contents

TTMSFNCURLBitmapContainer.FindBitmap Method

Returns the cached bitmap with the specified name, or the default bitmap when no match is found.

API unit family: TMSFNCURLBitmapContainer Declaring type: TTMSFNCURLBitmapContainer

Syntax

function FindBitmap(s: string): TTMSFNCBitmap; override;

Parameters

Name Description
s The bitmap name to look up.

Returns

The cached TTMSFNCBitmap for the given name, or the default bitmap if not found.