Skip to main content

TcxCheckListBoxItems Class

Represents a collection of items for a check list box control.

Declaration

TcxCheckListBoxItems = class(
    TcxCaptionItems
)

Remarks

The TcxCheckListBoxItems class encapsulates a collection of items for check list box controls (descendants of the TcxCustomCheckListBox class). Use the control’s TcxCustomCheckListBox.Items property to access the item collection.

TcxCheckListBoxItems provides methods to add, remove and access individual items. Items in the collection represent TcxCheckListBoxItem objects. For each item, you can specify its state, text, enabled status and object associated with it.

See Also