TTMSFNCBitmapPicker Class
Drop-down control that lets users select a bitmap from a predefined item list.
API unit family: TMSFNCBitmapPicker
Inherits from: TTMSFNCCustomBitmapPicker
Syntax
TTMSFNCBitmapPicker = class(TTMSFNCCustomBitmapPicker)
Properties
| Name |
Description |
| BitmapContainer |
Gets or sets the bitmap container used to resolve item bitmap names. (inherited from TTMSFNCCustomBitmapPicker) |
| CloseOnSelection |
Gets or sets whether the picker closes its drop-down after a bitmap is selected. (inherited from TTMSFNCCustomBitmapPicker) |
| Items |
Gets or sets the bitmap items displayed in the drop-down selector. (inherited from TTMSFNCCustomBitmapPicker) |
| SelectedBitmap |
Returns the bitmap associated with the current selection. (inherited from TTMSFNCCustomBitmapPicker) |
Methods
| Name |
Description |
| FindBitmapByItem |
Finds the bitmap displayed by the item with the specified index. (inherited from TTMSFNCCustomBitmapPicker) |
| FindItemByBitmap |
Finds the item index that displays the specified bitmap instance. (inherited from TTMSFNCCustomBitmapPicker) |
| LoadFromBitmapContainer |
Populates the drop-down selector items from the assigned bitmap container. (inherited from TTMSFNCCustomBitmapPicker) |
Events
| Name |
Description |
| OnBitmapSelected |
Occurs after a bitmap is selected from the drop-down selector. (inherited from TTMSFNCCustomBitmapPicker) |
Used by