Concept Framework 2.0 documentation Contents | Index

RComboBox.SortColumn

Name Type Access Version Deprecated
SortColumn property public version 1.0 no

Prototype:
Read/Write property SortColumn[=nSortColumn]


Description:
Sets or gets the column used in the sort process. If a combo box has more than one column, then you can set the SortColumn property to sort after the second column for example. The first column has 0 as index, the second one 1 ... 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).

Returns:
Returns the index of the column used in the sort process.

Documented by Eduard Suica, generation time: Fri Jan 21 18:06:11 2011 GMT(c)2011 RadGs Software