Navigation: Code Documentation > RSCommon > RSInterfaceCollections > Delegates
TListSortCompare2 Delegate
Compares two interfaces and returns -1, 0, 1.
Used to sort interfaces.
Namespace: RSInterfaceCollections
Delphi
type TListSortCompare2 = function (const Item1, Item2: IInterface): Integer;
•RSInterfaceCollections