Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Chriss Miller on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

treeview and customsort

Status
Not open for further replies.

brarb

Technical User
Mar 27, 2000
1
AU
I've created a treeview object that shows all folders with the size of the folder showing first.<br>
<br>
e.g.<br>
--- 1200K \<br>
+--- 200K Delphi<br>
<br>
If I use alphasort the result is in reverse order (smallest to largest). I need to sort this from largest to smallest.<br>
<br>
Will customsort do this for me and how?
 
Yes. CustomSort make it for You if You define<br>SortProc. See [TCustomTreeView.CustomSort] in help.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top