ShellBrowser Delphi Components Documentation
ContentsIndexHome
PreviousUpNext
Jam.Shell.Controls.BaseShellListView.TJamCustomFileList.SelCount

Specifies the number of selected items in the list view.

Syntax
Pascal
property SelCount;

Read SelCount to determine the number of items that are currently selected. When SelCount is 1, use the Selected property to access the selected item. To locate the selected items when SelCount is greater than one, check the Selected property of the list items, beginning with the item specified by the Selected property.  

 

SelCount can only exceed 1 if the MultiSelect property is true.