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

TCustomListBox.Sorted

Determines whether the list entries are sorted.

Declaration

Source position: stdctrls.pp line 614

public property TCustomListBox.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.