TcxCustomCheckListBox.Clear Method
In This Article
Removes all items from the checklist box.
#Declaration
Delphi
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