Specifies a function type used to compare items in TComboEx.
Source position: comboex.pas line 54
type TListCompareEvent = function( |
AList: TListControlItems; |
AItem1: TListControlItem; |
AItem2: TListControlItem |
):Integer of object; |
Similar to TListItemsSortType, but implemented as an object function.