IListBox.Sorted

Syntax

Sorted: Boolean;

Description

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

Comments

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

See also:

IListBox