TTMSFNCURLBitmapContainer.FindBitmapByURL Method
Returns the bitmap item whose URL matches
AURL, ornilif not found.
API unit family: TMSFNCURLBitmapContainer
Declaring type: TTMSFNCURLBitmapContainer
Syntax
function FindBitmapByURL(AURL: string): TTMSFNCBitmap;
Parameters
| Name | Description |
|---|---|
AURL |
The URL to search for. |
Returns
The TTMSFNCBitmap associated with the matching URL item, or nil if not found.