|
ShellBrowser Delphi Edition Documentation
|
Compares a given ItemIdList with this item based on the current TJamShellList.SortColumn.
|
Parameters |
Description |
|
pSortColumn: Integer = -1 |
Option: The column index by which the two items should be compared. When passing -1 (the defualt value) the value of the TJamShellList.SortColumn property will be used. |
|
pAbsoluteItemIdList |
The relative ItemIdList that should be compared to this item. |
Integer: 0 if both are equal, a value larger than 0 if pAbsoluteItemIdList is larger than this instance, a value smaller than 0 otherwise.