TTMSFNCCustomBitmapPicker.FindBitmapByItem Method
Finds the bitmap displayed by the item with the specified index.
API unit family: TMSFNCBitmapPicker
Declaring type: TTMSFNCCustomBitmapPicker
Syntax
function FindBitmapByItem(AItem: Integer): TTMSFNCBitmap;
Parameters
| Name | Description |
|---|---|
AItem |
Item index to inspect. |
Returns
The displayed bitmap, or nil when the item is not found or has no bitmap.