Page 1 of 1

TCGItemCompare

PostPosted: 13 Jan 2018 01:10
by zsleo
Searched but cant find documentation for implementing TCGItemCompare for IWCGJQDropDown1.Items.SortItems();

Example will be appreciated.

TIA

Re: TCGItemCompare

PostPosted: 15 Jan 2018 11:01
by Alexander Bulei
Hi zsleo,

Code: Select all
TCGItemCompare = function(Item1, Item2: TCollectionItem; var Data): Integer of object;


Use in same way as the native delphi compare function.

Best Regards.