More on IndexDefs
More on IndexDefs
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.
-
DemetrionQ
- Devart Team
- Posts: 271
- Joined: Wed 23 Jan 2013 11:21
Re: More on IndexDefs
Hello.
MyDAC doesn't allow editing IndexDefs. If you need client side sorting, you may use the TMyTable.IndexFieldNames property.
MyDAC doesn't allow editing IndexDefs. If you need client side sorting, you may use the TMyTable.IndexFieldNames property.