I am actually after some ideas to how to address my problem below:
I have TCRTBGrid that users can move columns around and change the width. I want to save the setting in a database. I guess I can do this bit by using
Columns.LoadFromStream and Columns.SaveToStream
then store data in a blob field – Q: Can I store in a longtext field ?
but the biggest problem is that if new columns were added during design time after saving the column settings i want to append these new columns to the end.
Any suggestions ?
Thanks.
I did what Ravaut123 suggested and worked !!!!!!
Once retrieved the user setting , compared it with design grid manually for new and deleted fields ’cause that is only way I could think of.
Anyway thank you to both Ravaut123 and kobik.