Navigation: Code Documentation > RSCommon > Structures > Delegates
TCollectionItemCompareEvent Delegate
Returns an integer for comparing two collection items. Usually, the function returns a -1, 0 or , 1.
Namespace: Structures
Delphi
type TCollectionItemCompareEvent = function(Sender: TObject; Item1, Item2: TCollectionItem): Integer of object;
•Structures