[Overview][Types][Classes][Procedures and functions][Index] |
Performs the comparison for the CustomSort method.
Source position: comboex.pas line 104
protected function TListControlItems.DoCustomSort( |
AItem1: TListControlItem; |
AItem2: TListControlItem |
):Integer; |
AItem1 |
|
First TListControlItem for the comparison. |
AItem2 |
|
Second TListControlItem for the comparison. |
Relative sort order for the compared items.
DoCustomSort is an Integer function which performs the comparison for the CustomSort method. Arguments passed to the method contain the TListControlItem instances compared in the method.
DoCustomSort calls the TListItemsCompare routine passed as an argument to the CustomSort method.
The return value contains the relative sort order for the items compared in the method. For example:
|
Performs a custom sort using the specified routine. |
|
|
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. |
|
|
Specifies a function type used to compare items in TComboEx. |
Version 4.0 | Generated 2025-05-03 | Home |