ShellBrowser Delphi Components Documentation
ContentsIndexHome
PreviousUpNext
JamSystemShellView.IJamSystemShellItem

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

JamSystemShellView_IJamSystemShellItemJamSystemShellView_IJamSystemShellItem
Syntax
Pascal
IJamSystemShellItem = interface;
 
Name 
Description 
 
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. 
 
Name 
Description 
 
The absolute ItemIdList of this item. 
 
The caption of this item as it is shown in the list. 
 
The full path of this item, if a path is available. 
 
The ItemIdList of this item relative to its parent folder.