Navigation: Code Documentation > RSCommon > DataStructures > Delegates
TICompareFunc Delegate
Compare two interfaces on the heap. Return -1, 0 (equal), or 1
Namespace: DataStructures
Delphi
type TICompareFunc = function ( Item1, Item2: IInterface ): Integer;
•DataStructures