RTreeView.Sorted


public property Sorted

Prototype:

Read/Write property Sorted[=true|false]

Description:

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

Return value:

Returns true if the view is sorted.