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

TListControlItems.SortType

Determines the comparison mechanism used for collection items in the Sort method.

Declaration

Source position: comboex.pas line 114

published property TListControlItems.SortType : TListItemsSortType
  read FSortType
  write SetSortType
  default stNone;

Description

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.

See also

TListControlItems.Sort

  

Performs the Sort routine required for the setting in SortType.

TListControlItems.Items

  

Provides indexed access to the list of items maintained in the collection.

TListItemsSortType

  

Alias to the TSortType in ComCtrls.pp

The latest version of this document can be found at lazarus-ccr.sourceforge.net.