TcxListBox.DeleteSelected Method
In This Article
Removes selected items from the list.
#Declaration
Delphi
procedure DeleteSelected;
#Remarks
Use the DeleteSeleciton method to delete selected items from the Items list. After calling this method, the ItemIndex method returns the index of the item that followed the focused one.
See Also