ShellBrowser Delphi Components Documentation
ContentsIndexHome
PreviousUpNext
Jam.Shell.Controls.BaseShellListView.TJamFileListItem.Compare

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

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

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