DbGrid with TRichView cells

General TRichView support forum. Please post your questions here
Post Reply
lommez
Posts: 9
Joined: Tue Sep 06, 2005 11:47 am
Location: Brazil

DbGrid with TRichView cells

Post by lommez »

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
Sergey Tkachenko
Site Admin
Posts: 17291
Joined: Sat Aug 27, 2005 10:28 am
Contact:

Post by Sergey Tkachenko »

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.
Post Reply