ShellBrowser Delphi Components Documentation
ContentsIndexHome
PreviousUpNext
JamSystemShellView.TJamShellControl.IsSelected

Checks if the item with the given index is selected.

Syntax
Pascal
function IsSelected(pIndex: Integer): Boolean; virtual; abstract; overload;
Parameters 
Description 
pIndex: Integer 
The index of an item to be checked.  

True if the item is selected or False otherwise.