Back to Devexpress

TcxCheckListBoxItems Class

vcl-cxchecklistbox-f7bfd31b.md

latest1.6 KB
Original Source

TcxCheckListBoxItems Class

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

Declaration

delphi
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.

Inheritance

TObject TPersistent TCollection TOwnedCollection TcxOwnedInterfacedCollection TcxCaptionItems TcxCheckListBoxItems

See Also

TcxCheckListBoxItem

TcxCustomCheckListBox.Items

TcxCheckListBoxItems Members

cxCheckListBox Unit