General TRichView support forum. Please post your questions here
-
xmedia
- Posts: 3
- Joined: Wed Nov 30, 2011 6:01 pm
Post
by xmedia »
Hello,
is it possible to associate a custom object (to store some custom informations) to a table item or a table cell. if yes how ?
Thanks
-
Sergey Tkachenko
- Site Admin
- Posts: 17557
- Joined: Sat Aug 27, 2005 10:28 am
-
Contact:
Post
by Sergey Tkachenko »
You can encode any additional information in the table tag. You can get it as GetItemTag/SetItemTag, or simply as table.Tag. This is a string.
If you need some object associated with the table, implement saving and loading it to/from string, and save/load it to/from tag.