ShellBrowser Delphi Components Documentation
ContentsIndexHome
PreviousUpNext
JamSelectionList.TJamSelectionList.IsPIDLSelected

Checks if given ItemIdList is part of the selection.

Syntax
Pascal
function IsPIDLSelected(const PIDL: IItemIdList; var bIsSubItemOf: boolean): TJamSelectionState;
Parameters 
Description 
const PIDL: IItemIdList 
The ItemIdList that should be checked. 
var bIsSubItemOf: boolean 
Is True if the item represented by the ItemIdList is a sub item of a selected one.  

True if the given ItemIdList is part of the selection

This function returns for the given ItemIdList, if it is fully, partially or not part of the list of selected files.