[Overview][Types][Classes][Procedures and functions][Index] |
Determines the comparison mechanism used for collection items in the Sort method.
Source position: comboex.pas line 114
published property TListControlItems.SortType : TListItemsSortType |
SortType is a TListItemsSortType property which determines the comparison mechanism used for collection items in the Sort method. The default value for the property is stNone and indicates that no sorting is performed for Items in the collection. Changing the value for the property causes the Sort method to be called to apply the new order to the collection Items.
|
Performs the Sort routine required for the setting in SortType. |
|
|
Provides indexed access to the list of items maintained in the collection. |
|
|
Alias to the TSortType in ComCtrls.pp |