TTMSFNCCheckedListBox
Events
| Event name | Description |
|---|---|
| OnAfterDrawItemCheck | Event called after an item checkbox is drawn. |
| OnBeforeDrawItemCheck | Event called before an item checkbox is drawn. |
| OnItemCheckChanged | Event called when an item check state has changed. |
Methods
| Method name | Description |
|---|---|
| Checked[AItemIndex: Integer]: Boolean; | Returns the checked state for an item based on |
| the index. | |
| CheckedItems: TTMSFNCListBoxCheckedItems; | Returns all the checked items in the listbox. |
| CheckedItems[AItem: TTMSFNCCheckedListboxItem]: Boolean; | Returns the checked state for an item. |