TcxCustomCheckListBox.Clear Method
Removes all items from the checklist box.
Declaration
procedure Clear;
Remarks
The Clear method deletes all items from the checklist box control. After calling this method the Count property will return 0.
To delete individual items, use the Delete method provided by the item collection.
See Also