Newsgroups : Borland : borland.public.delphi.nativeapi.win32 : 2005 Mar : Sort Listview??
| Subject: | Sort Listview?? |
| Posted by: | "eXibit" (kennet..@hotmail.com) |
| Date: | Sun, 6 Mar 2005 19:46:34 |
Hi
If i have a listview (ListView1) and i have a list of numbers in the
caption
Example:
550
12
99
How do i get these numbers sorted to the largest number first?
Like this:
550
99
12