Sorted Property
Object List Next Object
Defined By: FileComboBox
Description:
Determines whether the elements of a FileComboBox are sorted alphabetically by
Phoenix.
Settings:
Settings Description
True List items are automatically sorted in alphabetical order (not case sensitive)
False (Default) List items are not sorted in any way
Details:
When set to True, Phoenix handles the tasks necessary for maintaining
alphabetical order in the control. This includes changing the index numbers of items
that have shifted positions as a result of the addition or removal of items in
the list.
Avoid using the InsertItem method in a control with a Sorted value of True.
Adding an item to a specific location in the list may prevent Phoenix from
correctly sorting the items that follow the added item.
Data Type: Integer (Boolean)
See Also:
AddItem method, RemoveItem method, ListCount property, ListIndex property