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.
| Version 4.4 | Generated 2025-11-08 | Home |