Skip to main content
A newer version of this page is available. .

TcxCheckListBoxItems.Items Property

Provides access to individual items within the collection.

Declaration

property Items[Index: Integer]: TcxCheckListBoxItem read; write; default;

Property Value

Type
TcxCheckListBoxItem

Remarks

Use the Items property to access individual items within the collection. For each item, you can specify its checked state, text and enabled status.

To add items to the collection, use the Add method. The Delete method enables you to delete specific items. The IndexOf method lets you get a particular item’s index position within the collection by its caption.

See Also