Wonder if there is some method to "sort ..."

General TRichView support forum. Please post your questions here
Post Reply
eduamd
Posts: 4
Joined: Wed Sep 08, 2010 12:50 pm

Wonder if there is some method to "sort ..."

Post by eduamd »

Wonder if there is some method to "sort ..."
Ex:

Selected list before classification
"A"
"C"
"B"

List after sorting
"A"
"B"
"C"

Thanks
Sergey Tkachenko
Site Admin
Posts: 17557
Joined: Sat Aug 27, 2005 10:28 am
Contact:

Post by Sergey Tkachenko »

There is only a procedure for sorting table.
TableSort.pas is included in RichViewAction (but not used yet)
Post Reply