ShellBrowser Delphi Components Documentation
ContentsIndexHome
PreviousUpNext
Jam.Shell.Controls.ExplorerBrowser.TJamExplorerBrowser.IsSelected

Checks if the item with the given index is selected.

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

True if the item is selected or False otherwise.