ShellBrowser Delphi Edition Documentation
ContentsIndexHome
PreviousUpNext
TJamSystemImageList.GetIndexFromItemIdList Method

Returns the icon number for a given absolute ItemIdList.

Syntax
Pascal
class function GetIndexFromItemIdList(AbsoluteItemIdList: IItemIdList; aSize: TJamImageListSize = si_Small; Opened: Boolean = False): Integer;

This method returns the number of the icon, which should be displayed for the file with the given absolute ItemIdList. You can use this index for example with the ImageIndex property of Delphi's TTreeNode and TListItem objects.

Copyright (c) 2011. All rights reserved.