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

TCustomComboBox.Sorted

Determines whether the list entries are sorted.

Declaration

Source position: stdctrls.pp line 369

protected property TCustomComboBox.Sorted : Boolean
  read FSorted
  write SetSorted
  default False;

Description

Setting this property to True enforces ascending alphanumeric case-insensitive sorting of the list. When True, new entries are added in sort order, not to the end of the list.

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