ShellBrowser Delphi Components Documentation
ContentsIndexHome
PreviousUpNext
Jam.Shell.Controls.BaseShellListView.TJamBaseShellListView.IsItemSelected

Checks if the Item with the passed index is selected.

Syntax
Pascal
function IsItemSelected(pIndex: integer): boolean;
Parameters 
Description 
pIndex: integer 
The Item Index of the list item. 

true if the item is selected, false if the index doesn't exist or the item is not selected.

The function is optimized and especially for large lists is much faster than checking Item.Selected.