Table of Contents

TTMSFNCCheckGroupPicker Class

Picker component that presents a check group in a drop-down panel for multiple-item selection.

API unit family: TMSFNCCheckGroupPicker Inherits from: TTMSFNCCustomCheckGroupPicker

Syntax

TTMSFNCCheckGroupPicker = class(TTMSFNCCustomCheckGroupPicker)

Properties

Name Description
BitmapContainer Optional bitmap container used for item bitmaps inside the drop-down check group. (inherited from TTMSFNCCustomCheckGroupPicker)
Checked Gets or sets whether the item at the specified index is checked in the drop-down panel. (inherited from TTMSFNCCustomCheckGroupPicker)
CloseOnSelection When True, closes the drop-down panel automatically after a check box is toggled. (inherited from TTMSFNCCustomCheckGroupPicker)
Columns Number of columns used to arrange the check boxes inside the drop-down panel. (inherited from TTMSFNCCustomCheckGroupPicker)
Font Font applied to the check box text inside the drop-down panel. (inherited from TTMSFNCCustomCheckGroupPicker)
Items The list of text items shown as check boxes in the drop-down panel. (inherited from TTMSFNCCustomCheckGroupPicker)
SelectedItems Gets or sets the selected item texts as a separator-delimited string. (inherited from TTMSFNCCustomCheckGroupPicker)
Separator Character used to separate item texts in the SelectedItems string. (inherited from TTMSFNCCustomCheckGroupPicker)
Value Gets or sets the checked state of all items as a bit-mask; bit 0 maps to item 0, bit 1 to item 1, and so on. (inherited from TTMSFNCCustomCheckGroupPicker)

Methods

Name Description
InitSample Populates the picker with a default set of sample items for design-time preview. (inherited from TTMSFNCCustomCheckGroupPicker)

Events

Name Description
OnCheckBoxClick Fires when an item check box inside the drop-down panel is clicked. (inherited from TTMSFNCCustomCheckGroupPicker)
OnCustomize Fires after the drop-down check group is created, allowing customization of its appearance and settings. (inherited from TTMSFNCCustomCheckGroupPicker)
OnTitleCheckBoxClick Fires when the optional title check box inside the drop-down check group is clicked. (inherited from TTMSFNCCustomCheckGroupPicker)

Used by