[Overview][Types][Classes][Procedures and functions][Index] |
Performs a custom sort using the specified routine.
Source position: comboex.pas line 109
public procedure TListControlItems.CustomSort( |
ACompare: TListItemsCompare |
); |
ACompare |
|
Routine used to perform the comparison for the items in the collection. |
CustomSort is a procedure used to perform a custom sort for items in the collection using the specified TListItemsCompare routine to implement the comparison. When ACompare is assigned, it is temporarily stored in an internal member and the Sort method is called. No actions are performed in the method when ACompare has not been assigned (contains Nil).
|
Specifies a function type used to compare items in TComboEx. |
|
|
Performs the Sort routine required for the setting in SortType. |
Version 4.0 | Generated 2025-05-03 | Home |