IListBox.Sorted

Syntax

Sorted: Boolean;

Description

The Sorted property determines whether the elements (strings) in the list should be sorted automatically in the alphabetical order.

Comments

If Sorted = False, the elements (strings) are displayed in that order they were added to the list . By default, Sorted = False.

See also:

IListBox