TTMSFNCCustomCheckedListBox Class
Base list box control that adds check boxes to each list item.
API unit family: TMSFNCCheckedListBox
Inherits from: TTMSFNCListBox
Syntax
TTMSFNCCustomCheckedListBox = class(TTMSFNCListBox)
Properties
| Name | Description |
|---|---|
| Checked | Gets or sets whether the item at the specified index is checked. |
| CheckedItem | Gets or sets whether the specified item is checked. |
Methods
| Name | Description |
|---|---|
| AddItem | Adds a checked list box item and returns it. |
| CheckAll | Checks every item in the list box. |
| CheckedItems | Returns all checked items in the list box. |
| UncheckAll | Unchecks every item in the list box. |