ShellBrowser Delphi Edition Documentation
ContentsIndexHome
PreviousUpNext
TJamShellListItem.Compare Method (TJamShellListItem)

Compares a given TJamFileListItem with this item based on the current TJamShellList.SortColumn.

Syntax
Pascal
function Compare(pItem2: TJamShellListItem): Integer; overload;
Parameters 
Description 
pItem2: TJamShellListItem 
The item that should be compared to this item. 

Integer: 0 if both are equal, a value larger than 0 if pItem2 is larger than this instance, a value smaller than 0 otherwise.

Copyright (c) 2011. All rights reserved.