Table of Contents

TTMSFNCCheckGroup Class

Check group component for selecting multiple items and reading the selection as a bit mask.

API unit family: TMSFNCCheckGroup Inherits from: TTMSFNCCustomCheckGroup

Syntax

TTMSFNCCheckGroup = class(TTMSFNCCustomCheckGroup)

Properties

Name Description
CheckBoxes Returns the check box control for the item at the specified index. (inherited from TTMSFNCCustomCheckGroup)
Checked Gets or sets whether the item at the specified index is checked. (inherited from TTMSFNCCustomCheckGroup)
Containers Returns the combined check box and HTML text container for the item at the specified index. (inherited from TTMSFNCCustomCheckGroup)
HTMLTexts Returns the HTML text control for the item at the specified index. (inherited from TTMSFNCCustomCheckGroup)
Title Configures the title text and optional title check box. (inherited from TTMSFNCCustomCheckGroup)
TitleCheckBox Provides access to the optional check box shown in the group title. (inherited from TTMSFNCCustomCheckGroup)
Value Gets or sets the checked items as a bit-mask value. (inherited from TTMSFNCCustomCheckGroup)
Version Returns the component version string.

Events

Name Description
OnCheckBoxClick Fires when an item check box is clicked. (inherited from TTMSFNCCustomCheckGroup)
OnCheckBoxDblClick Fires when an item check box is double-clicked. (inherited from TTMSFNCCustomCheckGroup)
OnCheckboxAnchorClick Fires when an anchor in an item text is clicked. (inherited from TTMSFNCCustomCheckGroup)
OnTitleAnchorClick Fires when an anchor in the title text is clicked. (inherited from TTMSFNCCustomCheckGroup)
OnTitleCheckBoxClick Fires when the optional title check box is clicked. (inherited from TTMSFNCCustomCheckGroup)

Used by