[Overview][Types][Classes][Procedures and functions][Index] Reference for unit 'ComboEx' (#lcl)

TListCompareEvent

Specifies a function type used to compare items in TComboEx.

Declaration

Source position: comboex.pas line 54

type TListCompareEvent = function(

  AList: TListControlItems;

  AItem1: TListControlItem;

  AItem2: TListControlItem

):Integer of object;

Description

Similar to TListItemsSortType, but implemented as an object function.


Version 3.2 Generated 2024-02-25 Home