TcxListBox.ClearSelection Method
Deselects all selected items.
Declaration
procedure ClearSelection;
Remarks
Use the ClearSelection method to deselect all items currently selected. After calling this method, the last selected item receives focus. Note that the item is focused but not selected.
See Also