Table of Contents

TTMSFNCCustomBitmapPicker.FindItemByBitmap Method

Finds the item index that displays the specified bitmap instance.

API unit family: TMSFNCBitmapPicker Declaring type: TTMSFNCCustomBitmapPicker

Syntax

function FindItemByBitmap(ABitmap: TTMSFNCBitmap): Integer;

Parameters

Name Description
ABitmap Bitmap instance to locate.

Returns

The matching item index, or -1 when no item displays the bitmap.