RComboBox.Sorted


public property Sorted

Prototype:

Read/Write property Sorted[=true|false]

Description:

Set to true if the items added into the RComboBox are sorted.
Warning: you cannot switch to Sorted if the combo box already has items. Doing this will cause an exception(containing a string). If the combo box has more than one column, you may also want to set the SortColumn property.

Return value:

Returns true if the combo box is sorted.