Skip to main content

TcxCheckListBoxItem.ItemObject Property

Specifies the object associated with the current item.

Declaration

property ItemObject: TObject read; write;

Property Value

Type
TObject

Remarks

Set the ItemObject property to associate an object with the current item. Note that you have to provide complete management for the objects you that want to associate with items in a check list box.

See Also