vcl-cxchecklistbox-f7bfd31b.md
Represents a collection of items for a check list box control.
TcxCheckListBoxItems = class(
TcxCaptionItems
)
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.
TObject TPersistent TCollection TOwnedCollection TcxOwnedInterfacedCollection TcxCaptionItems TcxCheckListBoxItems
See Also