Hi Sergey, do you any demo to show how can i do that?
I want that any cell contains TRichView component linked to a tfield
And the text may have animated emotion icons.
The purpose of that is to create a conversation history.
Thanks
DbGrid with TRichView cells
-
- Site Admin
- Posts: 17534
- Joined: Sat Aug 27, 2005 10:28 am
- Contact:
There is a demo Demos\Delphi\DB Demo\3 DBGrid\, but it does not support animations. DBGrid does not contain other components, so you cannot add a trichview object in it. When its cell needs to be repainted, this demo draws TRichView in it.
I'd suggest to create the whole history in TRichView instead of TDBGrid.
I'd suggest to create the whole history in TRichView instead of TDBGrid.