Table of Contents

TMS FNC Bitmap Picker Guides

TTMSFNCBitmapPicker is a drop-down control that lets the user select a named bitmap from a TTMSFNCBitmapContainer. TTMSFNCBitmapSelector provides the underlying selector popup. Use it wherever users need to choose a graphic from a pre-loaded library.

Topics

Topic Use when
Bitmap selection You need to populate bitmap choices, use a bitmap container, and read the selected bitmap.

Key properties

Property Purpose
BitmapContainer Supplies the pool of named bitmaps available for selection.
SelectedBitmapName The name of the currently selected bitmap.
DropDownWidth / DropDownHeight Size of the selector popup.
ShowBitmapName Whether to display the bitmap name alongside the preview in the collapsed state.
OnBitmapSelected Fires when the user picks a bitmap from the drop-down.

See also