IToolbarComboBox.Sorted

Syntax

Sorted: Boolean;

Description

The Sorted property determines whether the elements of the combo box should be sorted automatically in alphabetical order.

Comments

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

See also:

IToolbarComboBox