Page 1 of 1

TVirtual Table sort

Posted: Tue 19 Aug 2008 12:35
by kaffeburk
I want to sort my records in my TVirtual table, but cant find any methods to do this, any suggestions?

Re: TVirtual Table sort

Posted: Tue 19 Aug 2008 16:26
by eduardosic
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

Re: TVirtual Table sort

Posted: Tue 19 Aug 2008 23:38
by kaffeburk
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!