Table of Contents

TTMSFNCCheckedListBox Class

List box component that displays a check box for every item.

API unit family: TMSFNCCheckedListBox Inherits from: TTMSFNCCustomCheckedListBox

Syntax

TTMSFNCCheckedListBox = class(TTMSFNCCustomCheckedListBox)

Properties

Name Description
Checked Gets or sets whether the item at the specified index is checked. (inherited from TTMSFNCCustomCheckedListBox)
CheckedItem Gets or sets whether the specified item is checked. (inherited from TTMSFNCCustomCheckedListBox)

Methods

Name Description
AddItem Adds a checked list box item and returns it. (inherited from TTMSFNCCustomCheckedListBox)
CheckAll Checks every item in the list box. (inherited from TTMSFNCCustomCheckedListBox)
CheckedItems Returns all checked items in the list box. (inherited from TTMSFNCCustomCheckedListBox)
UncheckAll Unchecks every item in the list box. (inherited from TTMSFNCCustomCheckedListBox)

Events

Name Description
OnItemCheckChanged Fires after a list item is checked or unchecked. (inherited from TTMSFNCCustomCheckedListBox)

Used by