TTMSFNCCustomCheckGroup Class
Base check group control that displays independent check boxes and exposes their state as a bit mask.
API unit family: TMSFNCCheckGroup
Inherits from: TTMSFNCCustomGroup
Syntax
TTMSFNCCustomCheckGroup = class(TTMSFNCCustomGroup)
Properties
| Name | Description |
|---|---|
| CheckBoxes | Returns the check box control for the item at the specified index. |
| Checked | Gets or sets whether the item at the specified index is checked. |
| Containers | Returns the combined check box and HTML text container for the item at the specified index. |
| HTMLTexts | Returns the HTML text control for the item at the specified index. |
| TitleCheckBox | Provides access to the optional check box shown in the group title. |
| Value | Gets or sets the checked items as a bit-mask value. |