ShellBrowser Delphi Edition Documentation
ContentsIndexHome
PreviousUpNext
TJamDriveListItem Class

Objects of the type TJamDriveListItem are used to populate the TJamDriveList control.

TJamDriveListItemTJamDriveListItemTJamDriveListItem
Syntax
Pascal
TJamDriveListItem = class(TJamFileListItem);

The JamDriveListItem expands the TJamFileListItem, which it is derived from, with the TotalSpace and FreeSpace property.

 
Name 
Description 
 
Creates an instance of a TJamCheckableListItem component.  
 
Destructor of a TJamCheckableListItem component.  
TJamFileListItem Class
 
Name 
Description 
 
Creates an instance of a TJamFileListItem component  
TJamDriveListItem Class
 
Name 
Description 
 
Creates an instance of a TJamDriveListItem component.  
 
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. 
 
This is ListView, a member of class TJamCheckableListItem. 
 
Path 
Use the property Path to get the full qualified path of the current object.  
 
Use the property Path to get the full qualified path of the current object.  
 
Defines the color of the text of this item. 
TJamFileListItem Class
 
Name 
Description 
 
This is Caption, a member of class TJamFileListItem. 
 
Returns the number of files of the current object.  
 
Returns the size of current object.  
 
This is ListView, a member of class TJamFileListItem. 
 
Get or set the subitems of the current item.  
 
Compares a given ItemIdList with this item based on the current TJamShellList.SortColumn
 
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  
TJamDriveListItem Class
 
Name 
Description 
 
This is DriveType, a member of class TJamDriveListItem. 
TJamDriveListItem Class
 
Name 
Description 
 
The number of free bytes on the drive. 
 
A double value between 0.0 and 100.0 which represents the percent of free space on the drive. 
 
The total number of bytes on the drive. 
Copyright (c) 2011. All rights reserved.