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 biv343 on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

TAdvListView Sorting

Status
Not open for further replies.

tjcusick

Programmer
Dec 26, 2006
134
US
Is there a way in code to do a two column sort?

I know that you do
Code:
    asgRegList.SortColumn:=12;
    asgRegList.Sort;

to sort on one column but is there a way to do multiple column sort like i want to sort first by 12 then by 10?

Tom C
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top