TcxCustomCheckListBox.DeleteSelected Method
In This Article
Removes selected items from the checklist box.
#Declaration
Delphi
procedure DeleteSelected;
#Remarks
Call this procedure to remove selected items from the checklist box control. Selected items are those that are displayed highlighted. See the Selected property to specify item selection states.
See Also