ShellBrowser Delphi Edition Documentation
ContentsIndexHome
PreviousUpNext
IJamSystemShellItem Interface

The IJamSystemShellItem interface is used to manage the access the information of on an item in the TJamSystemShellView class.

IJamSystemShellItemIJamSystemShellItem
Syntax
Pascal
IJamSystemShellItem = interface;
 
Name 
Description 
 
The absolute ItemIdList of this item. 
 
The caption of this item as it is shown in the list. 
 
Path 
The full path of this item, if a path is available. 
 
The ItemIdList of this item relative to its parent folder. 
 
Returns the absolute ItemIdList of this item. 
 
Returns the caption of this item as it is shown in the list. 
 
Returns the full path of this item, if a path is available. 
 
Returns the ItemIdList of this item relative to its parent folder. 
Copyright (c) 2011. All rights reserved.