ShellBrowser Delphi Components Documentation
ContentsIndexHome
PreviousUpNext
JamSystemShellView.TJamSystemShellView.SelectItem

Selects the item at the position passed by IItemIdList.

Syntax
Pascal
function SelectItem(const pRelativeItemIdList: IItemIdList; pAdd: Boolean = True): Boolean; override;
Parameters 
Description 
const pRelativeItemIdList: IItemIdList 
The item to be selected in the current directory.  
pAdd: Boolean = True 
If set to True the current selection is kept, else it is overwritten.  

True if the item was successfully selected or False otherwise.