ShellBrowser Delphi Components Documentation
ContentsIndexHome
PreviousUpNext
JamSystemShellView.TJamShellControl.IsSelected

Checks if the item with the given IItemIdList is selected.

Syntax
Pascal
function IsSelected(const pRelativeItemIdList: IItemIdList): Boolean; virtual; abstract; overload;
Parameters 
Description 
const pRelativeItemIdList: IItemIdList 
The item to be checked in the current directory.  

True if the item is selected or False otherwise.