RComboBox.SortDescending


public property SortDescending

Prototype:

Read/Write property SortDescending[=true|false]

Description:

If this property is set to true, then the items in the combo box will be set in a reverse order (descending). This property has no effect if the Sorted property is set to false.

Warning: you cannot set this property if the combo box already contains items. Doing this will cause an exception(containing a string).

Return value:

Returns true if the combo box is sorted descending, false otherwise.