IToolbarComboBox.Sorted

Syntax

Sorted: Boolean;

Description

The Sorted property determines whether the elements of the combobox is sorted automatically in alphabetical order.

Comments

If the property is set to True, the sorting is executed automatically, otherwise, the elements are displayed in the order how they were added to the list.

See also:

IToolbarComboBox