TcxCustomListView.SelectAll Method
Selects all items in the list view area.
Declaration
procedure SelectAll;
Remarks
Call the SelectAll method to select all items within a list view. This method is not in effect if the MultiSelect property is set to False.
See Also