Best way to store data about data in a table cell
Posted: Thu Mar 04, 2010 4:36 pm
I need to store data about the source of the data displayed in a cell in a table in a TRichView. The source data is actually the key to the record which retrieved the data displayed in the cell and is a string that looks like this:
"keyvalue1|keyvalue2|keyvalue3"
I need to be able to retrieve that key for each cell in the table in the RichView.
So my question is, where should I store that key string? In the Tag for that cell or should I create an invisible cell in each row and store it there? Or somewhere else?
Is there some example code that does something similar?
Thanks
"keyvalue1|keyvalue2|keyvalue3"
I need to be able to retrieve that key for each cell in the table in the RichView.
So my question is, where should I store that key string? In the Tag for that cell or should I create an invisible cell in each row and store it there? Or somewhere else?
Is there some example code that does something similar?
Thanks