What is TRVGrid?

General TRichView support forum. Please post your questions here
Post Reply
jhonalone
Posts: 31
Joined: Mon Apr 07, 2008 5:59 pm
Location: Madrid

What is TRVGrid?

Post by jhonalone »

I'm trying to use TRVGRid component, but I don't know how can I edit text into cells. Is it possible?
Thank you.
Best Regards.
Sergey Tkachenko
Site Admin
Posts: 17554
Joined: Sat Aug 27, 2005 10:28 am
Contact:

Post by Sergey Tkachenko »

TRVGrid is an analog of TDrawGrid. It does not have text in cells.
This is a lightweight grid component used in RichViewActions dialogs, for example in "Insert Symbol" dialog. It is used instead of TDrawGrid because TDrawGrid is a "heavyweight" component, it increases a size of exe file if used.
jhonalone
Posts: 31
Joined: Mon Apr 07, 2008 5:59 pm
Location: Madrid

Post by jhonalone »

Thank you very much. Sergey
Post Reply