It's possible to have the MyTable component in Asc or Desc order?
In MyQuery it's possible.
In MyTable it's possible?
Thank's in advance
MyTable indexFieldName with DESC or ASC
Yes, it is. Just assign a line like the following to the IndexFieldNames property of the TMSTable component:
For more information see the TMemDataSet.IndexFieldNames description in MyDAC help.
Code: Select all
EName ASC CIS; EmpNo DESC