ShellBrowser Delphi Components Documentation
|
Objects of the type JamFileListItem are used to populate the TJamFileList control.
TJamFileListItem = class(TJamCheckableListItem);
The JamFileListItem provides extended information compared to the ListItem, which it is derived from. Each node represents an item of the shell namespace and provides information like the Path or more detailed information, like FileCount or FileSize. Of course it also offers the user the method GetNextItem to iterate over the items.
|
Name |
Description |
|
Creates an instance of a TJamCheckableListItem component. | |
|
Destructor of a TJamCheckableListItem component. |
|
Name |
Description |
|
Creates an instance of a TJamFileListItem 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. |
|
Name |
Description |
|
Compares a given ItemIdList with this item based on the current TJamCustomFileList.SortColumn. | |
|
Compares a given TJamFileListItem with this item based on the current TJamCustomFileList.SortColumn. |
|
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. |
|
Name |
Description |
|
Returns the number of files of the current object. | |
|
Returns the size of current object. | |
|