SortedListBox
SortedListBox
Specifies if the listbox should be sorted
Read-only This is a style property that is only available in the forms designer. It is possible to modify this programmatically through the Style property in the Create event.
Applies to: KCMLEdit
Normally the items in the drop down listbox of a KCML edit control are not automatically sorted. Setting this property to TRUE forces the items in the list to be sorted as new items are added. This property is a design time only property that has no effect if changed under program control.
Simple listboxes and combo boxes have a similar Sort boolean property which defaults to TRUE.