ShellBrowser Delphi Components Documentation
ContentsIndexHome
PreviousUpNext
Jam.Shell.Types.TShellPropertyValue.CompareTo

Returns 0, if the compared values are equal, -1 if the callee is less than lValue2, 1 if the callee is greater than lValue2.

Syntax
Pascal
function CompareTo(const pValue2: TShellPropertyValue): Integer;
Parameters 
Description 
const pValue2: TShellPropertyValue 
The value to compare against. 

0, if the compared values are equal, -1 if the callee is less than lValue2, 1 if the callee is greater than lValue2.