You are not logged in.
Pages: 1
hi,
probably a stupid question...
i have a base class TSQLBase with properties Created, CreatedFrom, Modified, ModifiedFrom.
All Object inherited from TSQLBase.
when i fill stringrid with sqlite3ui.FillStringGrid i find Created, CreatedFrom, Modified, ModifiedFrom in the first column while i would like to put in the last!
how can i do?
thanks,
Emanuele.
Offline
its the only solution?
Offline
As far as I remember, there is no column swapping method in TSQLTable yet.
Could be fast & easy to do, since all cells are store in one array of pointers, but not implemented yet.
What is included is the possibility to hide an "ID" column (which does make sense if you do not want to display the ID in a grid, but still want to have it to identify each record).
Offline
Pages: 1