TcxCheckListBoxItem Class
Represents an item contained within a check list box control.
Declaration
TcxCheckListBoxItem = class(
TcxCaptionItem
)
Remarks
The TcxCheckListBoxItem class represents an item for check list box controls (descendants of the TcxCustomCheckListBox class). You can access items via the Items property.
For each item, you can access its caption, checked state, enabled status and object associated with it.
Inheritance
TObject
TPersistent
TCollectionItem
TcxCaptionItem
TcxCheckListBoxItem
See Also