TVirtual Table sort

Discussion of open issues, suggestions and bugs regarding MyDAC (Data Access Components for MySQL) for Delphi, C++Builder, Lazarus (and FPC)
Post Reply
kaffeburk
Posts: 214
Joined: Mon 29 Jan 2007 08:03

TVirtual Table sort

Post by kaffeburk » Tue 19 Aug 2008 12:35

I want to sort my records in my TVirtual table, but cant find any methods to do this, any suggestions?

eduardosic
Posts: 387
Joined: Fri 18 Nov 2005 00:26
Location: Brazil

Re: TVirtual Table sort

Post by eduardosic » Tue 19 Aug 2008 16:26

kaffeburk wrote:I want to sort my records in my TVirtual table, but cant find any methods to do this, any suggestions?
Hi kaffeburk
Look for TVirtualTable.IndexFieldNames
is the solution

kaffeburk
Posts: 214
Joined: Mon 29 Jan 2007 08:03

Re: TVirtual Table sort

Post by kaffeburk » Tue 19 Aug 2008 23:38

eduardosic wrote:
kaffeburk wrote:I want to sort my records in my TVirtual table, but cant find any methods to do this, any suggestions?
Hi kaffeburk
Look for TVirtualTable.IndexFieldNames
is the solution
Thnx!

Post Reply