TdxBarCustomCombo.Sorted Property
Specifies whether items in a list box are sorted alphabetically.
Declaration
property Sorted: Boolean read; write; default False;
Property Value
Type | Default |
---|---|
Boolean | False |
Remarks
This property corresponds to the TCustomListBox.Sorted property. If Sorted is True, items in a dropdown list are alphabetized; otherwise, the items are unsorted. When Sorted is True, items are added or inserted in alphabetical order.
See Also