TTMSFNCBitmapItem Class
A named bitmap entry in a TTMSFNCBitmapCollection, associating a bitmap with a string name and an integer tag.
API unit family: TMSFNCBitmapContainer
Inherits from: TCollectionItem
Syntax
TTMSFNCBitmapItem = class(TCollectionItem)
Properties
| Name | Description |
|---|---|
| Bitmap | The bitmap image stored in this collection item. |
| Name | The unique string name used to look up this item via TTMSFNCBitmapContainer.FindBitmap. |
| Tag | An application-defined integer value associated with this item. |
Methods
| Name | Description |
|---|---|
| DoBitmapChanged | Fires when the associated bitmap pixel data changes, notifying the owning container. |
| GetDisplayName | Returns the item name for display in collection editors; falls back to the inherited index-based name when Name is empty. |