[Overview][Types][Classes][Procedures and functions][Index] |
Signals the OnCompare event handler to compare items in the collection.
Source position: comboex.pas line 105
protected function TListControlItems.DoOnCompare( |
AItem1: TListControlItem; |
AItem2: TListControlItem |
):Integer; |
AItem1 |
|
First TListControlItem for the comparison. |
AItem2 |
|
Second TListControlItem for the comparison. |
Relative sort order for the compared items.
DoOnCompare is called from the Sort method when SortType is set to stData or stBoth.
|
Performs the Sort routine required for the setting in SortType. |
|
|
Determines the comparison mechanism used for collection items in the Sort method. |
|
|
Event handler signalled to sort the collection using the data in the collection items. |
|
|
Implements a comparison function for items in the collection. |
|
|
Performs a custom sort using the specified routine. |
|
|
Specifies a function type used to compare items in TComboEx. |
Version 4.0 | Generated 2025-05-03 | Home |