ShellBrowser Delphi Components Documentation
|
Selects the item at the position passed by IItemIdList.
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.