ShellBrowser Delphi Components Documentation
ContentsIndexHome
PreviousUpNext
ShellControls.TJamShellListParentFolderItem

This objects represents the parent folder and is added to the TJamShellList if the property TJamShellList.ShowParentFolder is set to True; control.

ShellControls_TJamShellListParentFolderItemShellControls_TJamShellListParentFolderItemShellControls_TJamShellListParentFolderItem
Syntax
Pascal
TJamShellListParentFolderItem = class(TJamShellListItem);
 
Name 
Description 
 
Creates an instance of a TJamCheckableListItem component.  
 
Destructor of a TJamCheckableListItem component.  
ShellControls.TJamShellListItem
 
Name 
Description 
 
Creates an instance of a TJamShellListItem component.  
ShellControls.TJamShellListParentFolderItem
 
Name 
Description 
 
Creates an instance of a TJamShellListParentFolderItem component.  
 
Name 
Description 
 
Reloads the complete item.  
 
Call GetNextItem to find the next list item after StartItem in the given direction. Only items in the state indicated by the States parameter are considered.  
 
Retrieves the value for a column and returns the value as string.  
 
Sets the subitem value or the caption.  
 
Sets the subitem value or the caption.  
ShellControls.TJamShellListItem
 
Name 
Description 
 
Compares a given ItemIdList with this item based on the current TJamShellList.SortColumn
 
Compares a given TJamFileListItem with this item based on the current TJamShellList.SortColumn
 
Returns the next list item after the StartItem in the specified direction.  
 
Name 
Description 
 
AbsoluteItemIdList returns a pointer to a fully qualified ItemIdList of the current object.  
 
 
If this property is set to true, the corresponding file or folder will be marked as checked and added to the TJamSelectionList. If it set to false, it will be marked as unchecked and automatically removed from the TJamSelectionList.  
 
This property is used to determine, if it is fully, partially or not checked.  
 
Indicates whether the item has been initialized. 
 
Indicates the list view control that displays the list item. 
 
Use the property Path to get the fully qualified path of the current object.  
 
Use the property Path to get the full qualified path of the current object.  
 
Get or set the subitems of the current item.  
 
Defines the color of the text of this item. 
ShellControls.TJamShellListItem
 
Name 
Description 
 
Use the property FullPath to get the full qualified path of the current object.  
 
Use the property IsCompressed to check if the current object is compressed.  
 
Use the property IsEncrypted to check if the current object is encrypted.  
 
Use the property IsFolder to check if the current object is a folder.  
 
Use this property to determine if the current object is the additional ".." folder, that allows the user to navigate to the parent folder of the current folder.  
 
Indicates the container control.  
 
Specifies the TListItems object that owns the list item. 
 
This array holds the column texts of the item. It`s filled in FillSubitems.