TcxListBox.DeleteSelected Method
Removes selected items from the list.
Declaration
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