TcxCustomCheckListBox.DeleteSelected Method
Removes selected items from the checklist box.
Declaration
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