ShellBrowser Delphi Components Documentation
ContentsIndexHome
PreviousUpNext
JamSystemShellView.TJamSystemShellView.IsSelected

Checks if the item with the given IItemIdList is selected.

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

True if the item is selected or False otherwise.