Table of Contents

TTMSFNCBitmapSelector Class

Selector control that displays bitmap choices in a configurable item grid.

API unit family: TMSFNCBitmapSelector Inherits from: TTMSFNCCustomBitmapSelector

Syntax

TTMSFNCBitmapSelector = class(TTMSFNCCustomBitmapSelector)

Properties

Name Description
BitmapContainer Gets or sets the bitmap container used to resolve item bitmap names. (inherited from TTMSFNCCustomBitmapSelector)
Items Gets or sets the bitmap item collection displayed by the selector. (inherited from TTMSFNCCustomBitmapSelector)
SelectedBitmap Returns the bitmap associated with the selected item. (inherited from TTMSFNCCustomBitmapSelector)

Methods

Name Description
FindBitmapByItem Finds the bitmap displayed by the item with the specified index. (inherited from TTMSFNCCustomBitmapSelector)
FindItemByBitmap Finds the item index that displays the specified bitmap instance. (inherited from TTMSFNCCustomBitmapSelector)
LoadFromBitmapContainer Populates the item collection from the assigned bitmap container. (inherited from TTMSFNCCustomBitmapSelector)

Events

Name Description
OnBitmapDeselected Occurs after a bitmap item is deselected. (inherited from TTMSFNCCustomBitmapSelector)
OnBitmapSelected Occurs after a bitmap item is selected. (inherited from TTMSFNCCustomBitmapSelector)

Used by