Page 1 of 1

More on IndexDefs

Posted: Tue 04 Jun 2013 17:56
by John Bell
I am trying to create a table from information stored in TMyTable. I can access the fields but when i try to access IndexDefs i get an error because the table does not exist (I also am assuming this has something to do with the Migration Wizard problem i ran into). i am guessing that even though you can add indexdefs in the IDE, it doesn't really work? so what am i missing here? thanks.

Re: More on IndexDefs

Posted: Wed 05 Jun 2013 16:56
by DemetrionQ
Hello.

MyDAC doesn't allow editing IndexDefs. If you need client side sorting, you may use the TMyTable.IndexFieldNames property.